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. It also demonstrates how the client can choose what depth of the group graph to display. Note that a client could ignore the graph altogether and treat the group list as flat.
0 commit comments