| 1 | import { z } from 'zod' |
| 2 | import { type ContractJsonResponse, defineRouteContract } from '@/lib/api/contracts/types' |
| 3 | import type { McpToolSchema, McpToolSchemaProperty } from '@/lib/mcp/types' |
| 4 |
nothing calls this directly
no test coverage detected