diff options
| author | main <main@swarm.moe> | 2026-03-19 17:16:47 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-19 17:16:47 -0400 |
| commit | 7df3b42de1d040d2c2b628bb528d10f51ea51f3b (patch) | |
| tree | e503051961e1c0544c53c21df3d321f183b7908a /Cargo.toml | |
| parent | fa1bd32800b65aab31ea732dd240261b4047522c (diff) | |
| download | adequate-rust-mcp-7df3b42de1d040d2c2b628bb528d10f51ea51f3b.zip | |
Adopt libmcp detail controls
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ version = "1.0.0" assert_matches = "1.5.0" bytes = "1.10.1" futures = "0.3.31" -libmcp = { git = "https://git.swarm.moe/libmcp.git", rev = "478b0bc47fade5864f4f397de7ea519beddab749" } +libmcp = { git = "https://git.swarm.moe/libmcp.git", rev = "84e898d9ba699451d5d13fe384e7bbe220564bc1" } lsp-types = "0.97.0" notify = "8.2.0" rmcp = { version = "0.16.0", features = ["server", "macros", "transport-io"] } |