@@ -152,17 +152,18 @@ available during the session.
152
152
153
153
Key capabilities include:
154
154
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 |
166
167
167
168
Capability objects can describe sub-capabilities like:
168
169
0 commit comments