-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
seems like there's some sort of bug with zod validation for the Opun MCP server on-startup with Qwen. after debugging it seems to be an internal error, will report and leave as is -- doesn't seemingly affect functionality.
Data collection is disabled.
MCP ERROR (opun): [
{
"code": "invalid_union",
"unionErrors": [
{
"issues": [
{
"code": "invalid_union",
"unionErrors": [
{
"issues": [
{
"code": "invalid_type",
"expected": "string",
"received": "null",
"path": [
"id"
],
"message": "Expected string, received null"
}
],
"name": "ZodError"
},
{
"issues": [
{
"code": "invalid_type",
"expected": "number",
"received": "null",
"path": [
"id"
],
"message": "Expected number, received null"
}
],
"name": "ZodError"
}
],
"path": [
"id"
],
"message": "Invalid input"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"method"
],
"message": "Required"
},
{
"code": "unrecognized_keys",
"keys": [
"error"
],
"path": [],
"message": "Unrecognized key(s) in object: 'error'"
}
],
"name": "ZodError"
},
{
"issues": [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"method"
],
"message": "Required"
},
{
"code": "unrecognized_keys",
"keys": [
"error",
"id"
],
"path": [],
"message": "Unrecognized key(s) in object: 'error', 'id'"
}
],
"name": "ZodError"
},
{
"issues": [
{
"code": "invalid_union",
"unionErrors": [
{
"issues": [
{
"code": "invalid_type",
"expected": "string",
"received": "null",
"path": [
"id"
],
"message": "Expected string, received null"
}
],
"name": "ZodError"
},
{
"issues": [
{
"code": "invalid_type",
"expected": "number",
"received": "null",
"path": [
"id"
],
"message": "Expected number, received null"
}
],
"name": "ZodError"
}
],
"path": [
"id"
],
"message": "Invalid input"
},
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"result"
],
"message": "Required"
},
{
"code": "unrecognized_keys",
"keys": [
"error"
],
"path": [],
"message": "Unrecognized key(s) in object: 'error'"
}
],
"name": "ZodError"
},
{
"issues": [
{
"code": "invalid_union",
"unionErrors": [
{
"issues": [
{
"code": "invalid_type",
"expected": "string",
"received": "null",
"path": [
"id"
],
"message": "Expected string, received null"
}
],
"name": "ZodError"
},
{
"issues": [
{
"code": "invalid_type",
"expected": "number",
"received": "null",
"path": [
"id"
],
"message": "Expected number, received null"
}
],
"name": "ZodError"
}
],
"path": [
"id"
],
"message": "Invalid input"
}
],
"name": "ZodError"
}
],
"path": [],
"message": "Invalid input"
}
]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working