@@ -148,17 +148,18 @@ available during the session.
148
148
149
149
Key capabilities include:
150
150
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 |
162
163
163
164
Capability objects can describe sub-capabilities like:
164
165
0 commit comments