Skip to content

Commit 5890475

Browse files
authored
Merge pull request modelcontextprotocol#680 from evalstate/fix/capabilities-list
added completions to the list of server capabilities (was missing)
2 parents d0b2e10 + fe073af commit 5890475

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

docs/specification/2025-03-26/basic/lifecycle.mdx

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,17 @@ available during the session.
144144

145145
Key capabilities include:
146146

147-
| Category | Capability | Description |
148-
| -------- | -------------- | ----------------------------------------------------------------------------------- |
149-
| Client | `roots` | Ability to provide filesystem [roots](/specification/2025-03-26/client/roots) |
150-
| Client | `sampling` | Support for LLM [sampling](/specification/2025-03-26/client/sampling) requests |
151-
| Client | `experimental` | Describes support for non-standard experimental features |
152-
| Server | `prompts` | Offers [prompt templates](/specification/2025-03-26/server/prompts) |
153-
| Server | `resources` | Provides readable [resources](/specification/2025-03-26/server/resources) |
154-
| Server | `tools` | Exposes callable [tools](/specification/2025-03-26/server/tools) |
155-
| Server | `logging` | Emits structured [log messages](/specification/2025-03-26/server/utilities/logging) |
156-
| Server | `experimental` | Describes support for non-standard experimental features |
147+
| Category | Capability | Description |
148+
| -------- | -------------- | ---------------------------------------------------------------------------------------- |
149+
| Client | `roots` | Ability to provide filesystem [roots](/specification/2025-03-26/client/roots) |
150+
| Client | `sampling` | Support for LLM [sampling](/specification/2025-03-26/client/sampling) requests |
151+
| Client | `experimental` | Describes support for non-standard experimental features |
152+
| Server | `prompts` | Offers [prompt templates](/specification/2025-03-26/server/prompts) |
153+
| Server | `resources` | Provides readable [resources](/specification/2025-03-26/server/resources) |
154+
| Server | `tools` | Exposes callable [tools](/specification/2025-03-26/server/tools) |
155+
| Server | `logging` | Emits structured [log messages](/specification/2025-03-26/server/utilities/logging) |
156+
| Server | `completions` | Supports argument [autocompletion](/specification/2025-03-26/server/utilites/completion) |
157+
| Server | `experimental` | Describes support for non-standard experimental features |
157158

158159
Capability objects can describe sub-capabilities like:
159160

docs/specification/draft/basic/lifecycle.mdx

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,18 @@ available during the session.
148148

149149
Key capabilities include:
150150

151-
| Category | Capability | Description |
152-
| -------- | -------------- | ---------------------------------------------------------------------------------- |
153-
| Client | `roots` | Ability to provide filesystem [roots](/specification/draft/client/roots) |
154-
| Client | `sampling` | Support for LLM [sampling](/specification/draft/client/sampling) requests |
155-
| Client | `elicitation` | Support for server [elicitation](/specification/draft/client/elicitation) requests |
156-
| Client | `experimental` | Describes support for non-standard experimental features |
157-
| Server | `prompts` | Offers [prompt templates](/specification/draft/server/prompts) |
158-
| Server | `resources` | Provides readable [resources](/specification/draft/server/resources) |
159-
| Server | `tools` | Exposes callable [tools](/specification/draft/server/tools) |
160-
| Server | `logging` | Emits structured [log messages](/specification/draft/server/utilities/logging) |
161-
| Server | `experimental` | Describes support for non-standard experimental features |
151+
| Category | Capability | Description |
152+
| -------- | -------------- | ------------------------------------------------------------------------------------ |
153+
| Client | `roots` | Ability to provide filesystem [roots](/specification/draft/client/roots) |
154+
| Client | `sampling` | Support for LLM [sampling](/specification/draft/client/sampling) requests |
155+
| Client | `elicitation` | Support for server [elicitation](/specification/draft/client/elicitation) requests |
156+
| Client | `experimental` | Describes support for non-standard experimental features |
157+
| Server | `prompts` | Offers [prompt templates](/specification/draft/server/prompts) |
158+
| Server | `resources` | Provides readable [resources](/specification/draft/server/resources) |
159+
| Server | `tools` | Exposes callable [tools](/specification/draft/server/tools) |
160+
| Server | `logging` | Emits structured [log messages](/specification/draft/server/utilities/logging) |
161+
| Server | `completions` | Supports argument [autocompletion](/specification/draft/server/utilities/completion) |
162+
| Server | `experimental` | Describes support for non-standard experimental features |
162163

163164
Capability objects can describe sub-capabilities like:
164165

0 commit comments

Comments
 (0)