From dbfbeb1177874b85899689c064acf7b6c04e6222 Mon Sep 17 00:00:00 2001 From: Joshua Snyder Date: Fri, 15 Aug 2025 10:55:57 +0200 Subject: [PATCH] eu now supported --- src/steps/add-mcp-server-to-clients/index.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/steps/add-mcp-server-to-clients/index.ts b/src/steps/add-mcp-server-to-clients/index.ts index 7ae1b2f9..5c070bc1 100644 --- a/src/steps/add-mcp-server-to-clients/index.ts +++ b/src/steps/add-mcp-server-to-clients/index.ts @@ -37,15 +37,6 @@ export const addMCPServerToClientsStep = async ({ }): Promise => { const region = cloudRegion ?? (await askForCloudRegion()); - if (region === 'eu') { - if (!askPermission) { - await abort( - 'The MCP server is not available in the EU region. It is coming soon!', - ); - } - return []; - } - const hasPermission = askPermission ? await abortIfCancelled( clack.select({