Skip to content

Commit 11bc887

Browse files
committed
Fix task capabilities in lifecycle docs again
1 parent e3dce0d commit 11bc887

File tree

1 file changed

+11
-33
lines changed

1 file changed

+11
-33
lines changed

docs/specification/draft/basic/lifecycle.mdx

Lines changed: 11 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,12 @@ The client **MUST** initiate this phase by sending an `initialize` request conta
6666
"sampling": {},
6767
"elicitation": {},
6868
"tasks": {
69-
"sampling": {
70-
"createMessage": true
71-
},
72-
"elicitation": {
73-
"create": true
74-
},
75-
"roots": {
76-
"list": true
77-
},
78-
"tasks": {
79-
"requests": {
80-
"elicitation": {
81-
"create": {}
82-
}
69+
"requests": {
70+
"elicitation": {
71+
"create": {}
72+
},
73+
"sampling": {
74+
"createMessage": {}
8375
}
8476
}
8577
}
@@ -122,25 +114,11 @@ The server **MUST** respond with its own capabilities and information:
122114
"listChanged": true
123115
},
124116
"tasks": {
125-
"tools": {
126-
"call": true,
127-
"list": true
128-
},
129-
"resources": {
130-
"read": true,
131-
"list": true
132-
},
133-
"prompts": {
134-
"get": true,
135-
"list": true
136-
},
137-
"tasks": {
138-
"list": {},
139-
"cancel": {},
140-
"requests": {
141-
"tools": {
142-
"call": {}
143-
}
117+
"list": {},
118+
"cancel": {},
119+
"requests": {
120+
"tools": {
121+
"call": {}
144122
}
145123
}
146124
}

0 commit comments

Comments
 (0)