Skip to content

Commit fb1dae8

Browse files
authored
Merge pull request #7402 from yueny2020/mcpfromclient
feat(amazonq): add mcp field to client capabilities
2 parents 5bf8bfc + 6cbe787 commit fb1dae8

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)