Skip to content

Commit 45bc352

Browse files
committed
Added a note about the reference implementation examples
1 parent 7c3287f commit 45bc352

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

seps/2084-primitive-groups.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,11 @@ None identified
217217

218218
- Fully implemented Typescript SDK changes with unit tests.
219219
- Includes documented client and server examples.
220-
- [Draft PR](https://github.com/modelcontextprotocol/typescript-sdk/pull/1399)
220+
- Check out the [Draft PR](https://github.com/modelcontextprotocol/typescript-sdk/pull/1399) for details.
221+
222+
The reference implementation's example client and server demonstrate how groups, tools, prompts, and resources can be grouped on the server, and the client can filter them by group. It manually demonstrates how an agent using the server could easily reduce the tokens placed into an LLM's context by only including the primitives in one or more groups rather than providing the full list.
223+
224+
Note: Tasks are not included in the example as they are ephemeral, but the SDK changes do support grouping of tasks.
221225

222226
## Acknowledgements
223227

0 commit comments

Comments
 (0)