(toolId: string)
| 468 | } |
| 469 | |
| 470 | export function isMcpTool(toolId: string): boolean { |
| 471 | return toolId.startsWith(MCP.TOOL_PREFIX) |
| 472 | } |
| 473 | |
| 474 | export function stripCustomToolPrefix(name: string): string { |
| 475 | return name.startsWith(AGENT.CUSTOM_TOOL_PREFIX) |
no outgoing calls
no test coverage detected