Skip to content

Commit 29c19c6

Browse files
committed
formatting
1 parent 3535996 commit 29c19c6

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

seps/2084-primitive-groups.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ Groups are named collections of MCP primitives: tools, prompts, resources, tasks
2222
- A server with many tools could separate them by functionality such as "Pull Requests", "Issues", "Actions".
2323
- A server with various reference programming resources could separate them by language, like "Python", "TypeScript, and "Kotlin".
2424

25-
#### NOTE
26-
* Primitives can belong to multiple groups; for instance, if tools are grouped by use case, a `spell_check` tool might appear in both `compose_email` and `compose_document` groups.
27-
* Since groups are a primitive, they may belong to multiple groups, and so the result is **not a hierarchy** but rather, potentially overlapping sets.
28-
* Server developers should take care to avoid cyclic graphs — e.g., a group belonging to itself or to a child.
25+
#### NOTE
26+
27+
- Primitives can belong to multiple groups; for instance, if tools are grouped by use case, a `spell_check` tool might appear in both `compose_email` and `compose_document` groups.
28+
- Since groups are a primitive, they may belong to multiple groups, and so the result is **not a hierarchy** but rather, potentially overlapping sets.
29+
- Server developers should take care to avoid cyclic graphs — e.g., a group belonging to itself or to a child.
2930

3031
### Why use Groups?
3132

@@ -234,7 +235,7 @@ This specification proposal was selected for its ease of understanding since it
234235

235236
## Security Implications
236237

237-
No serious implications identified.
238+
No serious implications identified.
238239

239240
We do wish to point out that use of groups for controlling access to a set of primitives, while a stated use case, could have security implications if groups change dynamically.
240241

0 commit comments

Comments
 (0)