Skip to content

Commit 299c999

Browse files
author
Abhimanyu Siwach
committed
Add elicitation in lifecycle docs
1 parent fb4efc9 commit 299c999

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/specification/draft/basic/lifecycle.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ The client **MUST** initiate this phase by sending an `initialize` request conta
6161
"roots": {
6262
"listChanged": true
6363
},
64-
"sampling": {}
64+
"sampling": {},
65+
"elicitation": {}
6566
},
6667
"clientInfo": {
6768
"name": "ExampleClient",
@@ -148,6 +149,7 @@ Key capabilities include:
148149
| -------- | -------------- | -------------------------------------------------------------------------- |
149150
| Client | `roots` | Ability to provide filesystem [roots](/specification/draft/client/roots) |
150151
| Client | `sampling` | Support for LLM [sampling](/specification/draft/client/sampling) requests |
152+
| Client | `elicitation` | Support for server [elicitation](/specification/draft/client/elicitation) requests |
151153
| Client | `experimental` | Describes support for non-standard experimental features |
152154
| Server | `prompts` | Offers [prompt templates](/specification/draft/server/prompts) |
153155
| Server | `resources` | Provides readable [resources](/specification/draft/server/resources) |

0 commit comments

Comments
 (0)