Skip to content

Commit e15d4ff

Browse files
committed
feat(amazonq): add mcp field to client capabilities
1 parent 5bf8bfc commit e15d4ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)