Skip to content

Commit 8847e77

Browse files
Fix typo in docs regarding server capabilities key for completions
https://modelcontextprotocol.io/specification/2025-03-26/server/utilities/completion#capabilities states it should be completions and not completion
1 parent dced223 commit 8847e77

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,13 +1204,13 @@ The MCP protocol defines three core primitives that servers can implement:
12041204

12051205
MCP servers declare capabilities during initialization:
12061206

1207-
| Capability | Feature Flag | Description |
1208-
|-------------|------------------------------|------------------------------------|
1209-
| `prompts` | `listChanged` | Prompt template management |
1210-
| `resources` | `subscribe`<br/>`listChanged`| Resource exposure and updates |
1211-
| `tools` | `listChanged` | Tool discovery and execution |
1212-
| `logging` | - | Server logging configuration |
1213-
| `completion`| - | Argument completion suggestions |
1207+
| Capability | Feature Flag | Description |
1208+
|--------------|------------------------------|------------------------------------|
1209+
| `prompts` | `listChanged` | Prompt template management |
1210+
| `resources` | `subscribe`<br/>`listChanged`| Resource exposure and updates |
1211+
| `tools` | `listChanged` | Tool discovery and execution |
1212+
| `logging` | - | Server logging configuration |
1213+
| `completions`| - | Argument completion suggestions |
12141214

12151215
## Documentation
12161216

0 commit comments

Comments
 (0)