MCPcopy Index your code
hub / github.com/modelcontextprotocol/python-sdk / _err_32022

Function _err_32022

tests/client/test_probe.py:84–89  ·  view source on GitHub ↗
(supported: Any)

Source from the content-addressed store, hash-verified

82
83
84def _err_32022(supported: Any) -> MCPError:
85 return MCPError(
86 code=UNSUPPORTED_PROTOCOL_VERSION,
87 message="unsupported protocol version",
88 data={"supported": supported, "requested": LATEST_MODERN_VERSION},
89 )
90
91
92# --- happy path: modern server ---

Calls 1

MCPErrorClass · 0.90

Tested by

no test coverage detected