Skip to content

Commit ca166f3

Browse files
committed
Update task capabilities in lifecycle spec example
1 parent b25069f commit ca166f3

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/specification/draft/basic/lifecycle.mdx

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,11 @@ The client **MUST** initiate this phase by sending an `initialize` request conta
7676
"list": true
7777
},
7878
"tasks": {
79-
"get": true,
80-
"list": true,
81-
"result": true
79+
"requests": {
80+
"elicitation": {
81+
"create": {}
82+
}
83+
}
8284
}
8385
}
8486
},
@@ -133,9 +135,13 @@ The server **MUST** respond with its own capabilities and information:
133135
"list": true
134136
},
135137
"tasks": {
136-
"get": true,
137-
"list": true,
138-
"result": true
138+
"list": {},
139+
"cancel": {},
140+
"requests": {
141+
"tools": {
142+
"call": {}
143+
}
144+
}
139145
}
140146
}
141147
},

0 commit comments

Comments
 (0)