| 25 | ); |
| 26 | |
| 27 | interface ToolResult { |
| 28 | isError?: boolean; |
| 29 | content: Array<{ type: string; text?: string }>; |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Invokes the Inspector CLI to call a tool on the built `foam mcp` server. |
nothing calls this directly
no outgoing calls
no test coverage detected