diff options
| author | main <main@swarm.moe> | 2026-03-20 20:17:52 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-20 20:17:52 -0400 |
| commit | 45106b90f3bc57ac360b6f128e3beed4ec2fdc16 (patch) | |
| tree | c2c118f592404764c7225eb7fc8ee83f1f172e70 /Cargo.toml | |
| parent | 7df3b42de1d040d2c2b628bb528d10f51ea51f3b (diff) | |
| download | adequate-rust-mcp-main.zip | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"] } |