Skip to content

Commit 6e29cea

Browse files
authored
revert: revert to "feat(amazonq): add MCP server support (#7451)" (#7458)
## Problem MCP Servers feature is broken in alpha manifest and is causing regression to chat. ## Solution - reverting the feature flag to enable MCP --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 0458325 commit 6e29cea

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

packages/amazonq/.changes/next-release/Feature-57661731-6180-4157-a04b-d3a8b50aa1a8.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/src/lsp/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export async function startLanguageServer(
123123
awsClientCapabilities: {
124124
q: {
125125
developerProfiles: true,
126-
mcp: true,
127126
},
128127
window: {
129128
notifications: true,

0 commit comments

Comments
 (0)