diff --git a/src/handler/mcp-api-handler.ts b/src/handler/mcp-api-handler.ts index 8859984..0ebf56b 100644 --- a/src/handler/mcp-api-handler.ts +++ b/src/handler/mcp-api-handler.ts @@ -786,7 +786,7 @@ export function initializeMcpApiHandler( // Set timeout after subscription is established timeout = setTimeout(async () => { await sendResponse(408, "Request timed out"); - }, 10 * 1000); + }, 600 * 1000); // Handle response close event res.on("close", async () => {