Skip to content

Commit f1af889

Browse files
committed
feat: add MCP server support
1 parent cdf1c2d commit f1af889

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)