I'm not fairly sure if the issue is on the MCP server side or not, but i consistently get a timeout issue with no errors showing on our MCP server. The typical response I get with the error is below when i execute an LLM request using our MCP server on our rails app.
{
"type": "mcp_tool_result",
"content": [
{
"text": "An error occurred while executing the MCP tool: Timed out while waiting for response to ClientRequest. Waited 300.0 seconds.",
"type": "text"
}
],
"is_error": true,
"tool_use_id": "mcptoolu_01Mnr9euTnMRBWicLnSSAsbk"
}
Any guidance would be helpful. I've exhausted claude >.<
I'm not fairly sure if the issue is on the MCP server side or not, but i consistently get a timeout issue with no errors showing on our MCP server. The typical response I get with the error is below when i execute an LLM request using our MCP server on our rails app.
Any guidance would be helpful. I've exhausted claude >.<