Skip to content

Server timeouts when using quick install #9

@mrn-aglic

Description

@mrn-aglic

I tried installing the MCP server using quick install and the command:
npx @smithery/cli install @ergut/mcp-bigquery-server --client claude

but the server times out.

Looking at Claude logs:

025-04-08T13:37:27.344Z [mcp-bigquery-server] [info] Initializing server...
2025-04-08T13:37:27.419Z [mcp-bigquery-server] [info] Server started and connected successfully
2025-04-08T13:37:27.420Z [mcp-bigquery-server] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0}
[Runner] Connecting to server: {
  id: '@ergut/mcp-bigquery-server',
  connectionTypes: [ 'stdio', 'ws' ]
}
2025-04-08T13:37:28.700Z [Runner] Connecting to WebSocket endpoint: https://server.smithery.ai/@ergut/mcp-bigquery-server
2025-04-08T13:37:29.011Z [Runner] WebSocket connection initiated
2025-04-08T13:37:29.012Z [Runner] WebSocket connection established
2025-04-08T13:38:27.421Z [mcp-bigquery-server] [info] Message from client: {"jsonrpc":"2.0","method":"notifications/cancelled","params":{"requestId":0,"reason":"Error: MCP error -32001: Request timed out"}}
2025-04-08T13:38:27.421Z [mcp-bigquery-server] [info] Client transport closed
2025-04-08T13:38:27.423Z [mcp-bigquery-server] [info] Server transport closed
2025-04-08T13:38:27.423Z [mcp-bigquery-server] [info] Client transport closed
2025-04-08T13:38:27.423Z [mcp-bigquery-server] [info] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. `console.error('...')` in JavaScript, `print('...', file=sys.stderr)` in python) and it will appear in this log.
2025-04-08T13:38:27.423Z [mcp-bigquery-server] [error] Server disconnected. For troubleshooting guidance, please visit our [debugging documentation](https://modelcontextprotocol.io/docs/tools/debugging) {"context":"connection"}
2025-04-08T13:38:27.425Z [Runner] Received exit signal, initiating shutdown...
2025-04-08T13:38:27.426Z [Runner] Starting cleanup process...
2025-04-08T13:38:27.426Z [Runner] Attempting to close transport (3s timeout)...
2025-04-08T13:38:27.427Z [Runner] Transport closed successfully
2025-04-08T13:38:27.428Z [Runner] Cleanup completed
2025-04-08T13:38:27.551Z [Runner] WebSocket connection closed
2025-04-08T13:38:27.551Z [Runner] Clean shutdown detected, performing graceful exit
2025-04-08T13:38:27.551Z [Runner] Final cleanup on exit
2025-04-08T13:38:27.584Z [mcp-bigquery-server] [info] Server transport closed
2025-04-08T13:38:27.584Z [mcp-bigquery-server] [info] Client transport closed

However, it does work when using the Manual setup.

Any idea why this happens?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions