diff options
| author | Olcan <[email protected]> | 2025-06-08 21:52:11 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-08 21:52:11 -0700 |
| commit | a2fee6bdd3927a2a08520ab87dabc8fecdb6075b (patch) | |
| tree | 90f80f532a6faa524ef10ab9e38aabc5731a3684 /packages/core/src/tools/mcp-tool.ts | |
| parent | a3d11e8fef23f466abec7a8a5f400cbc30a6c5fb (diff) | |
fix mcp timeouts and missing description on mcp errors (#868)
Diffstat (limited to 'packages/core/src/tools/mcp-tool.ts')
| -rw-r--r-- | packages/core/src/tools/mcp-tool.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/core/src/tools/mcp-tool.ts b/packages/core/src/tools/mcp-tool.ts index d5a8ccb5..086db763 100644 --- a/packages/core/src/tools/mcp-tool.ts +++ b/packages/core/src/tools/mcp-tool.ts @@ -15,8 +15,6 @@ import { CallableTool, Part, FunctionCall } from '@google/genai'; type ToolParams = Record<string, unknown>; -export const MCP_TOOL_DEFAULT_TIMEOUT_MSEC = 10 * 60 * 1000; // default to 10 minutes - export class DiscoveredMCPTool extends BaseTool<ToolParams, ToolResult> { private static readonly allowlist: Set<string> = new Set(); |
