From a54e5b384ec6f9ebc660456152b0e6c6e94c17d3 Mon Sep 17 00:00:00 2001 From: Ashish Reddy Podduturi Date: Mon, 9 Jun 2025 22:27:40 -0700 Subject: [PATCH] chore: revert to "feat(amazonq): add MCP server support (#7451)" --- .../Feature-57661731-6180-4157-a04b-d3a8b50aa1a8.json | 4 ---- packages/amazonq/src/lsp/client.ts | 1 - 2 files changed, 5 deletions(-) delete mode 100644 packages/amazonq/.changes/next-release/Feature-57661731-6180-4157-a04b-d3a8b50aa1a8.json diff --git a/packages/amazonq/.changes/next-release/Feature-57661731-6180-4157-a04b-d3a8b50aa1a8.json b/packages/amazonq/.changes/next-release/Feature-57661731-6180-4157-a04b-d3a8b50aa1a8.json deleted file mode 100644 index c2e164f773f..00000000000 --- a/packages/amazonq/.changes/next-release/Feature-57661731-6180-4157-a04b-d3a8b50aa1a8.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Add MCP Server Support" -} diff --git a/packages/amazonq/src/lsp/client.ts b/packages/amazonq/src/lsp/client.ts index 01dac742902..549b0ac7dad 100644 --- a/packages/amazonq/src/lsp/client.ts +++ b/packages/amazonq/src/lsp/client.ts @@ -123,7 +123,6 @@ export async function startLanguageServer( awsClientCapabilities: { q: { developerProfiles: true, - mcp: true, }, window: { notifications: true,