Skip to content

Commit 0e42735

Browse files
docs(clients): add npm and Maven Central version badges
The @microsoft/agent-host-protocol npm package is now published, so add the standard shields.io npm version badge to the TypeScript section of the Clients guide. Add a matching Maven Central badge to the Kotlin section for parity (both per-client READMEs already use these badges). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 57a978f commit 0e42735

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/guide/clients.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ A single browser- and Node-friendly package on
4949
with four subpath entry points (wire types, client, multi-host
5050
orchestration, WebSocket transport):
5151

52+
[![npm](https://img.shields.io/npm/v/@microsoft/agent-host-protocol.svg)](https://www.npmjs.com/package/@microsoft/agent-host-protocol)
53+
5254
```bash
5355
npm install @microsoft/agent-host-protocol
5456
```
@@ -68,6 +70,8 @@ Pure Kotlin/JVM artifact on
6870
Targets Java 8 bytecode, so it can be consumed unchanged from
6971
Android, server-side JVM services, and KMP/JVM targets.
7072

73+
[![Maven Central](https://img.shields.io/maven-central/v/com.microsoft.agenthostprotocol/agent-host-protocol)](https://central.sonatype.com/artifact/com.microsoft.agenthostprotocol/agent-host-protocol)
74+
7175
### Gradle (Kotlin DSL)
7276

7377
```kotlin

0 commit comments

Comments
 (0)