Skip to content

Commit 21565aa

Browse files
committed
feat(amazonq): add MCP server support
This reverts commit 6e29cea.
1 parent 450c28a commit 21565aa

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Add MCP Server Support"
4+
}

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export async function startLanguageServer(
123123
awsClientCapabilities: {
124124
q: {
125125
developerProfiles: true,
126+
mcp: true,
126127
},
127128
window: {
128129
notifications: true,

0 commit comments

Comments
 (0)