Skip to content

Commit 637ae37

Browse files
committed
feat: add mcp client
1 parent 8ca59a2 commit 637ae37

File tree

6 files changed

+6
-701
lines changed

6 files changed

+6
-701
lines changed

app/aws-lsp-codewhisperer-runtimes/src/agent-standalone.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ import {
99
QNetTransformServerTokenProxy,
1010
} from '@aws/lsp-codewhisperer'
1111
import { IdentityServer } from '@aws/lsp-identity'
12-
import {
13-
BashToolsServer,
14-
FsToolsServer,
15-
McpToolsServer,
16-
} from '@aws/lsp-codewhisperer/out/language-server/agenticChat/tools/toolServer'
12+
import { BashToolsServer, FsToolsServer } from '@aws/lsp-codewhisperer/out/language-server/agenticChat/tools/toolServer'
1713

1814
const MAJOR = 0
1915
const MINOR = 1
@@ -32,7 +28,7 @@ const props: RuntimeProps = {
3228
FsToolsServer,
3329
BashToolsServer,
3430
QLocalProjectContextServerTokenProxy,
35-
McpToolsServer,
31+
// McpToolsServer,
3632
// LspToolsServer,
3733
],
3834
name: 'AWS CodeWhisperer',

0 commit comments

Comments
 (0)