File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -877,13 +877,13 @@ The MCP protocol defines three core primitives that servers can implement:
877
877
878
878
MCP servers declare capabilities during initialization:
879
879
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 |
887
887
888
888
## Documentation
889
889
You can’t perform that action at this time.
0 commit comments