(prop: unknown)
| 47 | } |
| 48 | |
| 49 | function hasType(prop: unknown): prop is SchemaProperty { |
| 50 | return typeof prop === 'object' && prop !== null && 'type' in prop |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * POST - Execute a tool on an MCP server |
no outgoing calls
no test coverage detected