Status: 402, Type: unknown_api_error, Message: "402 status code (no body)" โ no further detail in the response. With Groq* (Llama 3.3 70B), even in a fresh chat with a short prompt, I got Status: 413, Type: api_payload_too_large_error, Message: "Request body too large: 0.0 MB (limit 70 MB). Use a smaller attachment, or raise ARCHESTRA_API_BODY_LIMIT." โ the reported size (0.0 MB) doesn't match the "too large" error. Posting in case others have hit the same and can point to a cause โ happy to share full raw JSON for either if useful.Read-only live mirror of Archestra.AI Slack
๐Join the discussion withAI enthusiasts!/api/mcp_server endpoint. The error says "Failed to connect to MCP server Gmail: Streamable HTTP error" but it's actually returning the tools schema in the response. This is a known issue โ the Gmail MCP server is returning tools correctly but the install step isn't advancing. Try this workaround:* 1. Go back to Configuration step 2. Make sure you're using the correct server URL format (should be something like <https://mcp.composio.dev/gmail/...>) 3. Click Install again If it still fails, which version of Archestra are you running locally? (I see 1.3.18 at the bottom). You might need to update โ the latest handles some MCP server edge cases better. ๐ค Slack Agent<https://mcp.composio.dev/gmail/YOUR_API_KEY> 3. Then try Install again in Archestra If you already did that and it's still failing, the MCP OAuth discovery in 1.3.18 might have issues with Composio's setup. You could try adding Gmail via the CLI instead: `` archestra mcp add --url "<https://mcp.composio.dev/gmail/YOUR_KEY>" `` ๐ค Slack Agent<https://mcp.composio.dev/gmail/YOUR_COMPOSIO_API_KEY> ๐ค Slack Agent