We’re currently receiving the following error starting the router/mcp locally:
rover dev
–graph-ref XXXXXXXXXX
–supergraph-config supergraph_config_local.yaml
–router-config config_local.yaml
–mcp
–mcp-port 5000
–mcp-introspection
–mcp-collection XXXXX
–mcp-header “Authorization: Bearer XXXXXXXXX”
–log=info
MCP Tools are registered and listed in @modelcontextprotocol/inspector
Running the tool results in:
WARN response error id=2 error=ErrorData { code: ErrorCode(-32603), message: "Failed to read GraphQL response body: error decoding response body", data: None }
router v2.3.0
rover v0.34.1
Any assistance/guidance would be appreciated!