Get the latest tech news
Show HN: asyncmcp – Run MCP over async transport via AWS SNS+SQS
Async transport layers for MCP. Contribute to bh-rat/asyncmcp development by creating an account on GitHub.
The whole idea of an MCP server with async transport layer is that it doesn't have to respond immediately to any requests. Server : Transport layer that listens to a queue for MCP requests and writes the responses to a topic Client : Transport layer that writes requests to a topic and listens to a queue for responses Here's a basic example of implementing an MCP client which supports sns-sqs as the transport layer:
Or read this on Hacker News