-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Causes MCP inspector to freak out and throw Zod errors like so:
...
at ZodUnion.parse
....
at Readable.push (node:internal/streams/readable:392:5) {
issues: [
{
code: 'invalid_union',
unionErrors: [Array],
path: [],
message: 'Invalid input'
}
],
addIssue: [Function (anonymous)],
addIssues: [Function (anonymous)],
errors: [
{
code: 'invalid_union',
unionErrors: [Array],
path: [],
message: 'Invalid input'
}
]
}
Seems like a schema is not being enforced somewhere
create a github action that will test it with mcp insepctor https://github.com/modelcontextprotocol/inspector
Copilot
Metadata
Metadata
Assignees
Labels
No labels