Under the hood
Useful1 Signal0
MCP request handling was updated to a newer library shape, including prompts and task status updates.
What's wrong with this entry?
Anonymous. No account, no email.
What
Internal MCP call sites were updated to the newer SDK shape.
Details
- Handlers register by literal method name and read the abort signal off the request wrapper rather than a separate extra argument.
- Elicitation registers on "elicitation/create" and uses the request's own signal.
- Task status notifications register on "notifications/tasks/status" with an explicit params schema and read taskId and status off the notification directly.
Evidence
notifications/tasks/status
Strings lifted out of the shipped bundle, so the claim above can be checked against them.