const MCP_REQUEST_TIMEOUT: Duration;Expand description
Maximum time an MCP tool call can run before the HTTP response is returned. Note: this returns a clean JSON-RPC error to the caller, but the underlying query may continue running on the cluster until it completes or is cancelled separately (see database-issues#9947 for SELECT timeout gaps).