Skip to content

Commit 9d4b346

Browse files
committed
format
1 parent f6a1ea1 commit 9d4b346

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

seps/2084-primitive-groups.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ Response:
171171

172172
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`,
173173

174-
175174
Here is an example tool definition from `tools/list` response with new property in its `_meta` field:
176175

177176
```json
@@ -190,7 +189,7 @@ Here is an example tool definition from `tools/list` response with new property
190189
"required": ["expression"]
191190
},
192191
"_meta": {
193-
"io.modelcontextprotocol/groups": ["arithmetic"] // New property
192+
"io.modelcontextprotocol/groups": ["arithmetic"] // New property
194193
}
195194
}
196195
```
@@ -243,8 +242,10 @@ The reference implementation's example client and server demonstrate how groups,
243242
Note: For simplicity, tasks and resource templates are not included in the example, but the SDK changes support grouping of both.
244243

245244
### Transitivity Example
246-
A client that composes the group membership graph from the group list can represent the transitive relationships in whatever way it chooses.
247-
- In the TypeScript reference implementation, the `communications` group contains `email` and `calendar` groups.
245+
246+
A client that composes the group membership graph from the group list can represent the transitive relationships in whatever way it chooses.
247+
248+
- In the TypeScript reference implementation, the `communications` group contains `email` and `calendar` groups.
248249
- The example client allows the user to configure the maximum display depth of the graph.
249250
- When listing the primitives in the `communications` group at maximum graph depth, it displays the contents of all child groups.
250251
- In that case, the `email_thank_contributor` tool would appear in both `email` and `communications`.

0 commit comments

Comments
 (0)