←back to thread

31 points bharatgel | 2 comments | | HN request time: 0.408s | source
1. criticalpudding ◴[] No.44530839[source]
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!
replies(1): >>44535640 #
2. bharatgel ◴[] No.44535640[source]
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?