swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-20 20:17:52 -0400
committermain <main@swarm.moe>2026-03-20 20:17:52 -0400
commit45106b90f3bc57ac360b6f128e3beed4ec2fdc16 (patch)
treec2c118f592404764c7225eb7fc8ee83f1f172e70 /Cargo.toml
parent7df3b42de1d040d2c2b628bb528d10f51ea51f3b (diff)
downloadadequate-rust-mcp-main.zip
Adopt libmcp projection doctrine for ops outputsHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ed0217b..eab7a70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,8 @@ 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 = "84e898d9ba699451d5d13fe384e7bbe220564bc1" }
+libmcp = { git = "https://git.swarm.moe/libmcp.git", rev = "bb92a05eb5446e07c6288e266bd06d7b5899eee5" }
+libmcp-testkit = { git = "https://git.swarm.moe/libmcp.git", rev = "bb92a05eb5446e07c6288e266bd06d7b5899eee5", package = "libmcp-testkit" }
lsp-types = "0.97.0"
notify = "8.2.0"
rmcp = { version = "0.16.0", features = ["server", "macros", "transport-io"] }