Webhook support for background notifications #384
Closed
kentcdodds
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
A few related discussions:
I think each of these three proposals is trying to solve the same problem raised here (how MCP should deal with long running tool calls). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Your Idea
To keep it simple, I think we need to standardize on async tasks and eventing. A user may want to trigger an MCP request that takes time to complete and can't be done within the life of a single request (particularly if their architecture does not support SSE).
There's a bit about this here: https://github.com/orgs/modelcontextprotocol/discussions/314
I think we need to go the webhooks route because some requests could day minutes, hours, or days.
Scope
Beta Was this translation helpful? Give feedback.
All reactions