| 70 | } |
| 71 | |
| 72 | type testMCPAgentTool struct { |
| 73 | *testAgentTool |
| 74 | configID uuid.UUID |
| 75 | } |
| 76 | |
| 77 | func newTestMCPAgentTool(name string, configID uuid.UUID) fantasy.AgentTool { |
| 78 | return &testMCPAgentTool{ |
nothing calls this directly
no outgoing calls
no test coverage detected