We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25069f commit ca166f3Copy full SHA for ca166f3
docs/specification/draft/basic/lifecycle.mdx
@@ -76,9 +76,11 @@ The client **MUST** initiate this phase by sending an `initialize` request conta
76
"list": true
77
},
78
"tasks": {
79
- "get": true,
80
- "list": true,
81
- "result": true
+ "requests": {
+ "elicitation": {
+ "create": {}
82
+ }
83
84
}
85
86
@@ -133,9 +135,13 @@ The server **MUST** respond with its own capabilities and information:
133
135
134
136
137
138
+ "list": {},
139
+ "cancel": {},
140
141
+ "tools": {
142
+ "call": {}
143
144
145
146
147
0 commit comments