[MCP] Bump rmcp to 0.8.2 (#5423)

[Release
notes](https://github.com/modelcontextprotocol/rust-sdk/releases)

Notably, this picks up two of my PRs that have four separate fixes for
oauth dynamic client registration and auth
https://github.com/modelcontextprotocol/rust-sdk/pull/489
https://github.com/modelcontextprotocol/rust-sdk/pull/476
This commit is contained in:
Gabriel Peal
2025-10-20 21:19:05 -07:00
committed by GitHub
parent ab95eaa356
commit 42d5c35020
2 changed files with 5 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ ratatui = "0.29.0"
ratatui-macros = "0.6.0"
regex-lite = "0.1.7"
reqwest = "0.12"
rmcp = { version = "0.8.0", default-features = false }
rmcp = { version = "0.8.2", default-features = false }
schemars = "0.8.22"
seccompiler = "0.5.0"
sentry = "0.34.0"