This topic was automatically generated from Slack. You can find the original thread here.
On Pipedream developer mode, sometimes, when connecting to mcp servers, we get 500 errors like this:
breChat-API | 2025-06-24 19:21:06 error: [MCP][User: 6831a77a46d7304e714d8248][pipedream-linkedin] Connection failed: Error POSTing to endpoint (HTTP 500): {“jsonrpc”:“2.0”,“error”:{“code”:-32603,“message”:“Internal server error”},“id”:null}
LibreChat-API | 2025-06-24 19:21:09 error: [MCP][User: 6831a77a46d7304e714d8248][pipedream-linkedin] Connection failed: Error POSTing to endpoint (HTTP 500): {“jsonrpc”:“2.0”,“error”:{“code”:-32603,“message”:“Internal server error”},“id”:null}
LibreChat-API | 2025-06-24 19:21:13 error: [MCP][User: 6831a77a46d7304e714d8248][pipedream-linkedin] Connection failed: Error POSTing to endpoint (HTTP 500): {“jsonrpc”:“2.0”,“error”:{“code”:-32603,“message”:“Internal server error”},“id”:null}
LibreChat-API | 2025-06-24 19:21:13 error: [MCP][User: 6831a77a46d7304e714d8248][pipedream-linkedin] Failed to connect after 3 attempts Error POSTing to endpoint (HTTP 500): {“jsonrpc”:“2.0”,“error”:{“code”:-32603,“message”:“Internal server error”},“id”:null}
LibreChat-API | 2025-06-24 19:21:13 error: [MCP][User: 6831a77a46d7304e714d8248][pipedream-linkedin] Failed to establish connection Error POSTing to endpoint (HTTP 500): {“jsonrpc”:“2.0”,“error”:{“code”:-32603,“message”:“Internal server error”},“id”:null}
LibreChat-API | 2025-06-24 19:21:13 error: [MCPInitializer][UserMCPController.connectMCPServer] Failed to connect single MCP server ‘pipedream-linkedin’ for user 6831a77a46d7304e714d8248: Error POSTing to endpoint (HTTP 500): {“jsonrpc”:“2.0”,“error”:{“code”:-32603,“message”:“Internal server error”},“id”:null}
It looks like the error is not on my side. Is this because of the developer mode that the servers are unstable or can this also happen on production?