()
| 25 | } |
| 26 | |
| 27 | func (t *MCPTool) Definition() api.ToolDef { return t.Def } |
| 28 | |
| 29 | func (t *MCPTool) Execute(ctx context.Context, input string) (string, bool) { |
| 30 | // The Anthropic SDK gives us raw JSON for tool inputs; MCP expects an |
nothing calls this directly
no outgoing calls
no test coverage detected