diff options
| author | olcan <[email protected]> | 2025-05-05 07:50:05 -0700 |
|---|---|---|
| committer | Olcan <[email protected]> | 2025-05-05 17:10:45 -0700 |
| commit | 77688c1358f66aa1a22ecc2917c2c5ec470a68b2 (patch) | |
| tree | 9ca10763d2c862a226b830fda9ce8cff5ebfffcf /packages/server/src | |
| parent | b8b3a288c74927f52618e1d7444f83486f9a64f5 (diff) | |
added todo about removing mcp dependency once support is built into genai SDK
Diffstat (limited to 'packages/server/src')
| -rw-r--r-- | packages/server/src/tools/tool-registry.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/server/src/tools/tool-registry.ts b/packages/server/src/tools/tool-registry.ts index 61350007..d7aaa5f6 100644 --- a/packages/server/src/tools/tool-registry.ts +++ b/packages/server/src/tools/tool-registry.ts @@ -8,6 +8,7 @@ import { FunctionDeclaration } from '@google/genai'; import { Tool, ToolResult, BaseTool } from './tools.js'; import { Config } from '../config/config.js'; import { spawn, execSync } from 'node:child_process'; +// TODO: remove this dependency once MCP support is built into genai SDK import { Client } from '@modelcontextprotocol/sdk/client/index.js'; import { StdioClientTransport } from '@modelcontextprotocol/sdk/client/stdio.js'; type ToolParams = Record<string, unknown>; |
