File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
docs/specification/draft/basic Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ The client **MUST** initiate this phase by sending an `initialize` request conta
61
61
"roots" : {
62
62
"listChanged" : true
63
63
},
64
- "sampling" : {}
64
+ "sampling" : {},
65
+ "elicitation" : {}
65
66
},
66
67
"clientInfo" : {
67
68
"name" : " ExampleClient" ,
@@ -148,6 +149,7 @@ Key capabilities include:
148
149
| -------- | -------------- | -------------------------------------------------------------------------- |
149
150
| Client | ` roots ` | Ability to provide filesystem [ roots] ( /specification/draft/client/roots ) |
150
151
| Client | ` sampling ` | Support for LLM [ sampling] ( /specification/draft/client/sampling ) requests |
152
+ | Client | ` elicitation ` | Support for server [ elicitation] ( /specification/draft/client/elicitation ) requests |
151
153
| Client | ` experimental ` | Describes support for non-standard experimental features |
152
154
| Server | ` prompts ` | Offers [ prompt templates] ( /specification/draft/server/prompts ) |
153
155
| Server | ` resources ` | Provides readable [ resources] ( /specification/draft/server/resources ) |
You can’t perform that action at this time.
0 commit comments