HNNewShowAskJobs
Built with Tanstack Start
Show HN: asyncmcp – Run MCP over async transport via AWS SNS+SQS(github.com)
35 points by bharatgel 3 days ago | 4 comments
  • awsanswers3 days ago

    Strongly agree with this approach. Real world task specific LLM query workloads tend to be long lived workflows. They should be brokered and handled rather than wait on.

    • bharatgel3 days ago |parent

      Thanks, glad it resonates :)

  • criticalpudding3 days ago

    This is perfect for my use case! I'm building a MCP tool that can take 4~10 minutes to complete, and I'm using exactly what you described in README (having another MCP tool for models to poll results) to solve the async problem, which is not ideal. Hope this gets adopted more widely!

    • bharatgel2 days ago |parent

      I'm curious how you're making the polling for results approach work right now? Is it a conditional logic that depends on the result from MCP. Or you let the LLM keep deciding on what to do next?