(error: Error)
| 162 | } |
| 163 | |
| 164 | function isOutputSchemaValidationError(error: Error) { |
| 165 | return /can't resolve reference|resolves to more than one schema|outputSchema|schema.*reference|reference.*schema/i.test( |
| 166 | error.message, |
| 167 | ) |
| 168 | } |
| 169 | |
| 170 | export * as McpCatalog from "./catalog" |