You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't execute heavy queries with MCP because it always fails with error 'Query timed out after 30 seconds'.
Query timeout is hardcoded in mcp_server.py to 30 seconds. It should be configurable or at least have reasonable default value equal to default CLICKHOUSE_SEND_RECEIVE_TIMEOUT (600 seconds)