Under the hood
Useful1 Signal0
MCP connection failure reporting now uses a fixed set of error codes instead of raw values.
What's wrong with this entry?
Anonymous. No account, no email.
What
errorCode on tengu_mcp_server_connection_failed is no longer the raw stringified code.
Details
- It emits
missingwhen absent, keeps numeric codes, keeps values from a fixed list, and otherwise reportsother. - The list includes new entries such as
ERA_NEGOTIATION_FAILED,LIST_PAGINATION_EXCEEDED,METHOD_NOT_SUPPORTED_BY_PROTOCOL_VERSIONand theCLIENT_HTTP_*family. - The client-side error code map also gained
list_pagination_exceededplus explicit-32000and-32001entries.
Evidence
METHOD_NOT_SUPPORTED_BY_PROTOCOL_VERSION
Strings lifted out of the shipped bundle, so the claim above can be checked against them.