[MCP] Update rmcp to 0.8.3 (#5542)

Picks up modelcontextprotocol/rust-sdk#497 which fixes #5208 by allowing 204 response to MCP initialize notifications instead of just 202.
This commit is contained in:
Gabriel Peal
2025-10-23 20:45:29 -07:00
committed by GitHub
parent 0f4fd33ddd
commit abccd3e367
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.2", default-features = false }
rmcp = { version = "0.8.3", default-features = false }
schemars = "0.8.22"
seccompiler = "0.5.0"
sentry = "0.34.0"