Skip to content

Commit fe073af

Browse files
committed
added completions to the list of server capabilities (was missing)
1 parent 8fe803b commit fe073af

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
@@ -152,17 +152,18 @@ available during the session.
152152

153153
Key capabilities include:
154154

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

167168
Capability objects can describe sub-capabilities like:
168169

0 commit comments

Comments
 (0)