Skip to content

Commit b3ef9ee

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 05b7156 commit b3ef9ee

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
@@ -877,13 +877,13 @@ The MCP protocol defines three core primitives that servers can implement:
877877

878878
MCP servers declare capabilities during initialization:
879879

880-
| Capability | Feature Flag | Description |
881-
|-------------|------------------------------|------------------------------------|
882-
| `prompts` | `listChanged` | Prompt template management |
883-
| `resources` | `subscribe`<br/>`listChanged`| Resource exposure and updates |
884-
| `tools` | `listChanged` | Tool discovery and execution |
885-
| `logging` | - | Server logging configuration |
886-
| `completion`| - | Argument completion suggestions |
880+
| Capability | Feature Flag | Description |
881+
|--------------|------------------------------|------------------------------------|
882+
| `prompts` | `listChanged` | Prompt template management |
883+
| `resources` | `subscribe`<br/>`listChanged`| Resource exposure and updates |
884+
| `tools` | `listChanged` | Tool discovery and execution |
885+
| `logging` | - | Server logging configuration |
886+
| `completions`| - | Argument completion suggestions |
887887

888888
## Documentation
889889

0 commit comments

Comments
 (0)