Variant

parse-error

No description available.

variant parse-error {
  invalid-json(string),
  invalid-jsonrpc(string),
  schema(string),
  other(string),
}

Cases

CasePayloadDescription
invalid-jsonstring

Raw JSON parse/utf8 failure

invalid-jsonrpcstring

Well-formed JSON but not valid JSON-RPC

schemastring

JSON-RPC but violates MCP shape/fields

otherstring