Skip to content

Commit f11dbe2

Browse files
committed
clarification on new groups property
1 parent 94af24c commit f11dbe2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ By listing a primitive's group memberships in a reserved `_meta` property, we en
149149
},
150150
```
151151

152-
### Groups Discovery Method: groups/list
152+
### Groups Discovery Method: `groups/list`
153153

154154
Request:
155155

@@ -186,7 +186,8 @@ Response:
186186

187187
### Changes to Response Formats
188188

189-
As mentioned above, all primitives, including `groups/list`, `prompts/list`, `resources/list`, `resources/templates/list`, `tasks/list`, and `tools/list`, have a new property that appears in their list result.
189+
As mentioned above, all primitives, have a new property that appears in their list result. This includes responses from `groups/list`, `prompts/list`, `resources/list`, `resources/templates/list`, `tasks/list`, and `tools/list`,
190+
190191
Here is an example tool definition from `tools/list` response with new property in its `_meta` field:
191192

192193
```json

seps/2084-primitive-groups.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ Response:
169169

170170
### Changes to Response Formats
171171

172-
As mentioned above, all primitives, including `groups/list`, `prompts/list`, `resources/list`, `resources/templates/list`, `tasks/list`, and `tools/list`, have a new property that appears in their list result.
172+
As mentioned above, all primitives, have a new property that appears in their list result. This includes responses from `groups/list`, `prompts/list`, `resources/list`, `resources/templates/list`, `tasks/list`, and `tools/list`,
173+
174+
173175
Here is an example tool definition from `tools/list` response with new property in its `_meta` field:
174176

175177
```json

0 commit comments

Comments
 (0)