You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Switch capability registration from experimental to extensions
- Add prompt registrations with group membership to example server
- Add prompt grouping to mixed-group test
- Update README capability section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: sdk/typescript/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Organize MCP tools, resources, and other primitives into named groups. This package implements the [Grouping Extension specification](../../specification/draft/grouping.mdx) as an add-on for the
> **Status:** Experimental. The capability is registered under `experimental["io.modelcontextprotocol/grouping"]` until the SDK ships the `extensions` field on `ServerCapabilities`.
6
+
> **Status:** Experimental. This is an Interest Group exploration, not an official extension.
7
7
8
8
## Install
9
9
@@ -197,16 +197,14 @@ The extension registers its capability at:
197
197
198
198
```json
199
199
{
200
-
"experimental": {
200
+
"extensions": {
201
201
"io.modelcontextprotocol/grouping": {
202
202
"listChanged": true
203
203
}
204
204
}
205
205
}
206
206
```
207
207
208
-
When the MCP SDK adds the `extensions` field to `ServerCapabilities`, this will move to `capabilities.extensions["io.modelcontextprotocol/grouping"]`.
0 commit comments