swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-19 17:16:47 -0400
committermain <main@swarm.moe>2026-03-19 17:16:47 -0400
commit7df3b42de1d040d2c2b628bb528d10f51ea51f3b (patch)
treee503051961e1c0544c53c21df3d321f183b7908a /Cargo.toml
parentfa1bd32800b65aab31ea732dd240261b4047522c (diff)
downloadadequate-rust-mcp-7df3b42de1d040d2c2b628bb528d10f51ea51f3b.zip
Adopt libmcp detail controls
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5a9cf67..ed0217b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }