Apply suggestions from code review

Co-authored-by: Cliff Hall <cliff@futurescale.com>
This commit is contained in:
Ola Hungerford
2026-01-21 17:55:10 -07:00
committed by GitHub
parent c20c017171
commit a160653441
3 changed files with 9 additions and 13 deletions

View File

@@ -96,7 +96,7 @@ MCP Tasks are bidirectional - both server and client can be task executors:
| Server -> Client | `elicitation/create` | Client | `trigger-elicitation-request-async` |
For client-side tasks:
1. Server sends request with task metadata (e.g., `_meta.task.ttl`)
1. Server sends request with task metadata (e.g., `params.task.ttl`)
2. Client creates task and returns `CreateTaskResult` with `taskId`
3. Server polls `tasks/get` for status updates
4. When complete, server calls `tasks/result` to retrieve the result