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({