rmcp 1.3.0 released 2026-03-26 adds:
auth-client-credentials-jwt — JWT-based client credentials auth for MCP servers
auth feature was already present in 1.2 (already used in zeph-mcp)
Workspace currently pins rmcp = "1.2" — needs manual bump to "1.3".
Why upgrade:
Action: Change rmcp = "1.2" to rmcp = "1.3" in root Cargo.toml. Verify zeph-mcp builds and MCP client tests pass. Check if auth-client-credentials-jwt feature is worth enabling.
Closes part of #2178 (Zeph-internal MCP auth improvement).
rmcp 1.3.0 released 2026-03-26 adds:
auth-client-credentials-jwt— JWT-based client credentials auth for MCP serversauthfeature was already present in 1.2 (already used in zeph-mcp)Workspace currently pins
rmcp = "1.2"— needs manual bump to"1.3".Why upgrade:
auth-client-credentials-jwtenables authenticated MCP server connections (relevant to research(mcp): MCP protocol-level security vulnerabilities — capability attestation and origin authentication #2178 capability attestation)Action: Change
rmcp = "1.2"tormcp = "1.3"in root Cargo.toml. Verifyzeph-mcpbuilds and MCP client tests pass. Check ifauth-client-credentials-jwtfeature is worth enabling.Closes part of #2178 (Zeph-internal MCP auth improvement).