Skip to content

Commit b94efec

Browse files
committed
Add capability tables for tasks
1 parent b0cb349 commit b94efec

File tree

1 file changed

+15
-2
lines changed
  • docs/specification/draft/basic/utilities

1 file changed

+15
-2
lines changed

docs/specification/draft/basic/utilities/tasks.mdx

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ Servers and clients that support task-augmented requests **MUST** declare a `tas
3434

3535
### Server Capabilities
3636

37-
Servers declare if they support tasks, and if so, which server-side requests can be augmented with tasks:
37+
Servers declare if they support tasks, and if so, which server-side requests can be augmented with tasks.
38+
39+
| Capability | Description |
40+
| --------------------------- | ---------------------------------------------------- |
41+
| `tasks.list` | Server supports the `tasks/list` operation |
42+
| `tasks.cancel` | Server supports the `tasks/cancel` operation |
43+
| `tasks.requests.tools.call` | Server supports task-augmented `tools/call` requests |
3844

3945
```json
4046
{
@@ -54,7 +60,14 @@ Servers declare if they support tasks, and if so, which server-side requests can
5460

5561
### Client Capabilities
5662

57-
Clients declare if they support tasks, and if so, which client-side requests can be augmented with tasks:
63+
Clients declare if they support tasks, and if so, which client-side requests can be augmented with tasks.
64+
65+
| Capability | Description |
66+
| --------------------------------------- | ---------------------------------------------------------------- |
67+
| `tasks.list` | Client supports the `tasks/list` operation |
68+
| `tasks.cancel` | Client supports the `tasks/cancel` operation |
69+
| `tasks.requests.sampling.createMessage` | Client supports task-augmented `sampling/createMessage` requests |
70+
| `tasks.requests.elicitation.create` | Client supports task-augmented `elicitation/create` requests |
5871

5972
```json
6073
{

0 commit comments

Comments
 (0)