We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7861116 commit 966a659Copy full SHA for 966a659
1 file changed
src/steps/add-mcp-server-to-clients/index.ts
@@ -37,15 +37,6 @@ export const addMCPServerToClientsStep = async ({
37
}): Promise<string[]> => {
38
const region = cloudRegion ?? (await askForCloudRegion());
39
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
-
49
const hasPermission = askPermission
50
? await abortIfCancelled(
51
clack.select({
0 commit comments