Connect Clawsmith to your coding agent. Ship products like crazy.Unlimited usage during betaGet API Key โ†’
โ† Back to dashboard
clawsmith.com/signal/mcp-no-async-callbacks-long-running-tools-block
โš  IssueWide Openai_agent_mcpLive

MCP has no async callback mechanism so long-running tool calls block the agent indefinitely

MCP was designed for synchronous request-response tool calls. When a tool needs minutes (code execution, file processing, external API waits) the agent hangs or times out with no way to receive a callback when the tool completes. Community workarounds use AWS SNS+SQS or webhooks but there is no protocol-level solution. The MCP stateless RC does not add async support.

Score Breakdown

HN
40

Gap Assessment

Wide OpenNo dedicated solution exists

asyncmcp is the only public attempt. No official MCP async spec exists. The 2026-07-28 stateless RC does not address async callbacks.

Frequently Asked Questions