Skip to content

Commit e1d535b

Browse files
authored
eu now supported (#116)
1 parent 821553d commit e1d535b

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

  • src/steps/add-mcp-server-to-clients

src/steps/add-mcp-server-to-clients/index.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ export const addMCPServerToClientsStep = async ({
3737
}): Promise<string[]> => {
3838
const region = cloudRegion ?? (await askForCloudRegion());
3939

40-
if (region === 'eu') {
41-
if (!askPermission) {
42-
await abort(
43-
'The MCP server is not available in the EU region. It is coming soon!',
44-
);
45-
}
46-
return [];
47-
}
48-
4940
const hasPermission = askPermission
5041
? await abortIfCancelled(
5142
clack.select({

0 commit comments

Comments
 (0)