Doesn’t seem I can connect to the MCP server on my instance. Have correct auth token and I believe everything setup correctly but get this massive error when hitting the MCP endpoint:
2025-11-14 12:59:09.462 | [12:59:09.458] ERROR: [
2025-11-14 12:59:09.462 | {
2025-11-14 12:59:09.462 | "code": "invalid_union",
2025-11-14 12:59:09.462 | "unionErrors": [
2025-11-14 12:59:09.462 | {
2025-11-14 12:59:09.462 | "issues": [
2025-11-14 12:59:09.462 | {
2025-11-14 12:59:09.462 | "code": "invalid_literal",
2025-11-14 12:59:09.462 | "expected": "2.0",
2025-11-14 12:59:09.462 | "path": [
2025-11-14 12:59:09.462 | "jsonrpc"
2025-11-14 12:59:09.462 | ],
2025-11-14 12:59:09.462 | "message": "Invalid literal value, expected \"2.0\""
2025-11-14 12:59:09.462 | },
2025-11-14 12:59:09.462 | {
2025-11-14 12:59:09.462 | "code": "invalid_union",
2025-11-14 12:59:09.462 | "unionErrors": [
2025-11-14 12:59:09.462 | {
2025-11-14 12:59:09.462 | "issues": [
2025-11-14 12:59:09.462 | {
2025-11-14 12:59:09.462 | "code": "invalid_type",
2025-11-14 12:59:09.462 | "expected": "string",
2025-11-14 12:59:09.462 | "received": "undefined",
2025-11-14 12:59:09.462 | "path": [
2025-11-14 12:59:09.462 | "id"
2025-11-14 12:59:09.462 | ],
2025-11-14 12:59:09.462 | "message": "Required"
2025-11-14 12:59:09.462 | }
2025-11-14 12:59:09.462 | ],
2025-11-14 12:59:09.462 | "name": "ZodError"
2025-11-14 12:59:09.462 | },
2025-11-14 12:59:09.462 | {
2025-11-14 12:59:09.462 | "issues": [
2025-11-14 12:59:09.462 | {
2025-11-14 12:59:09.462 | "code": "invalid_type",
2025-11-14 12:59:09.462 | "expected": "number",
2025-11-14 12:59:09.462 | "received": "undefined",
2025-11-14 12:59:09.462 | "path": [
2025-11-14 12:59:09.462 | "id"
2025-11-14 12:59:09.462 | ],
2025-11-14 12:59:09.462 | "message": "Required"
2025-11-14 12:59:09.462 | }
2025-11-14 12:59:09.462 | ],
2025-11-14 12:59:09.462 | "name": "ZodError"
2025-11-14 12:59:09.462 | }
2025-11-14 12:59:09.462 | ],
2025-11-14 12:59:09.462 | "path": [
2025-11-14 12:59:09.462 | "id"
2025-11-14 12:59:09.462 | ],
2025-11-14 12:59:09.462 | "message": "Invalid input"
2025-11-14 12:59:09.463 | },
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "code": "invalid_type",
2025-11-14 12:59:09.463 | "expected": "string",
2025-11-14 12:59:09.463 | "received": "undefined",
2025-11-14 12:59:09.463 | "path": [
2025-11-14 12:59:09.463 | "method"
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "message": "Required"
2025-11-14 12:59:09.463 | }
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "name": "ZodError"
2025-11-14 12:59:09.463 | },
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "issues": [
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "code": "invalid_literal",
2025-11-14 12:59:09.463 | "expected": "2.0",
2025-11-14 12:59:09.463 | "path": [
2025-11-14 12:59:09.463 | "jsonrpc"
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "message": "Invalid literal value, expected \"2.0\""
2025-11-14 12:59:09.463 | },
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "code": "invalid_type",
2025-11-14 12:59:09.463 | "expected": "string",
2025-11-14 12:59:09.463 | "received": "undefined",
2025-11-14 12:59:09.463 | "path": [
2025-11-14 12:59:09.463 | "method"
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "message": "Required"
2025-11-14 12:59:09.463 | }
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "name": "ZodError"
2025-11-14 12:59:09.463 | },
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "issues": [
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "code": "invalid_literal",
2025-11-14 12:59:09.463 | "expected": "2.0",
2025-11-14 12:59:09.463 | "path": [
2025-11-14 12:59:09.463 | "jsonrpc"
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "message": "Invalid literal value, expected \"2.0\""
2025-11-14 12:59:09.463 | },
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "code": "invalid_union",
2025-11-14 12:59:09.463 | "unionErrors": [
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "issues": [
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "code": "invalid_type",
2025-11-14 12:59:09.463 | "expected": "string",
2025-11-14 12:59:09.463 | "received": "undefined",
2025-11-14 12:59:09.463 | "path": [
2025-11-14 12:59:09.463 | "id"
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "message": "Required"
2025-11-14 12:59:09.463 | }
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "name": "ZodError"
2025-11-14 12:59:09.463 | },
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "issues": [
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "code": "invalid_type",
2025-11-14 12:59:09.463 | "expected": "number",
2025-11-14 12:59:09.463 | "received": "undefined",
2025-11-14 12:59:09.463 | "path": [
2025-11-14 12:59:09.463 | "id"
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "message": "Required"
2025-11-14 12:59:09.463 | }
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "name": "ZodError"
2025-11-14 12:59:09.463 | }
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "path": [
2025-11-14 12:59:09.463 | "id"
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "message": "Invalid input"
2025-11-14 12:59:09.463 | },
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "code": "invalid_type",
2025-11-14 12:59:09.463 | "expected": "object",
2025-11-14 12:59:09.463 | "received": "undefined",
2025-11-14 12:59:09.463 | "path": [
2025-11-14 12:59:09.463 | "result"
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "message": "Required"
2025-11-14 12:59:09.463 | }
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "name": "ZodError"
2025-11-14 12:59:09.463 | },
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "issues": [
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "code": "invalid_literal",
2025-11-14 12:59:09.463 | "expected": "2.0",
2025-11-14 12:59:09.463 | "path": [
2025-11-14 12:59:09.463 | "jsonrpc"
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "message": "Invalid literal value, expected \"2.0\""
2025-11-14 12:59:09.463 | },
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "code": "invalid_union",
2025-11-14 12:59:09.463 | "unionErrors": [
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "issues": [
2025-11-14 12:59:09.463 | {
2025-11-14 12:59:09.463 | "code": "invalid_type",
2025-11-14 12:59:09.463 | "expected": "string",
2025-11-14 12:59:09.463 | "received": "undefined",
2025-11-14 12:59:09.463 | "path": [
2025-11-14 12:59:09.463 | "id"
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "message": "Required"
2025-11-14 12:59:09.463 | }
2025-11-14 12:59:09.463 | ],
2025-11-14 12:59:09.463 | "name": "ZodError"
2025-11-14 12:59:09.463 | },
Error is even longer than that by 5x so abbreviated it. Any ideas?