Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/steps/add-mcp-server-to-clients/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ export const addMCPServerToClientsStep = async ({
}): Promise<string[]> => {
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({
Expand Down
Loading