Skip to content

Commit 397cb30

Browse files
committed
clarification in reserved meta section about listing of a primitive's group memberships
1 parent c183aa1 commit 397cb30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Grouping of all primitives is handled in the same way, including groups themselv
137137

138138
For groups, tools, resources, prompts, and tasks, an optional reserved `_meta` key is used to present the list of group names to which the primitive instance belongs.
139139

140-
By listing a primitive's groups in a reserved `_meta` property, we ensure backward compatibility.
140+
By listing a primitive's group memberships in a reserved `_meta` property, we ensure backward compatibility.
141141

142142
```json
143143
"io.modelcontextprotocol/groups": {

seps/2084-primitive-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Grouping of all primitives is handled in the same way, including groups themselv
120120

121121
For groups, tools, resources, prompts, and tasks, an optional reserved `_meta` key is used to present the list of group names to which the primitive instance belongs.
122122

123-
By listing a primitive's groups in a reserved `_meta` property, we ensure backward compatibility.
123+
By listing a primitive's group memberships in a reserved `_meta` property, we ensure backward compatibility.
124124

125125
```json
126126
"io.modelcontextprotocol/groups": {

0 commit comments

Comments
 (0)