Skip to content

Commit 1d02dbd

Browse files
committed
Remove early mention of alternative considered. It will be seen shortly in the Rationale section, no need to discuss anything but the actual proposal at the top.
1 parent c7a816b commit 1d02dbd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/community/seps/2084-primitive-groups.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ It is up to clients to decide how to interpret and use groups, and if grouping s
5454

5555
## Protocol Considerations
5656

57-
#### New Primitive or Extension?
57+
#### New Primitive
5858

59-
Groups are implemented as new MCP primitive, alongside the existing ones (i.e., tools, resources, prompts, and tasks). The new primitive will have a similar schema, list method, and list changed notification. Additionally, all MCP primitives, including groups, use a new reserved `_meta` key to list the groups to which they belong. An alternative proposal for implementing groups as an extension over existing primitives was disregarded since it was considered unintuitive.
59+
Groups are implemented as new MCP primitive, alongside the existing ones (i.e., tools, resources, prompts, and tasks). The new primitive will have a similar schema, list method, and list changed notification. Additionally, all MCP primitives, including groups, use a new reserved `_meta` key to list the groups to which they belong.
6060

6161
#### Membership Constraints
6262

seps/2084-primitive-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ It is up to clients to decide how to interpret and use groups, and if grouping s
3737

3838
## Protocol Considerations
3939

40-
#### New Primitive or Extension?
40+
#### New Primitive
4141

42-
Groups are implemented as new MCP primitive, alongside the existing ones (i.e., tools, resources, prompts, and tasks). The new primitive will have a similar schema, list method, and list changed notification. Additionally, all MCP primitives, including groups, use a new reserved `_meta` key to list the groups to which they belong. An alternative proposal for implementing groups as an extension over existing primitives was disregarded since it was considered unintuitive.
42+
Groups are implemented as new MCP primitive, alongside the existing ones (i.e., tools, resources, prompts, and tasks). The new primitive will have a similar schema, list method, and list changed notification. Additionally, all MCP primitives, including groups, use a new reserved `_meta` key to list the groups to which they belong.
4343

4444
#### Membership Constraints
4545

0 commit comments

Comments
 (0)