feat: add rmcp as a workspace dep (#3483)

This commit is contained in:
Alex Hancock
2025-07-17 22:18:35 -04:00
committed by GitHub
parent 4771ffbb5b
commit 1e0e72cdb8
7 changed files with 48 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ reqwest = { version = "0.12.9", features = ["json", "rustls-tls-native-roots"],
[dependencies]
mcp-client = { path = "../mcp-client" }
mcp-core = { path = "../mcp-core" }
rmcp = { workspace = true }
anyhow = "1.0"
thiserror = "1.0"
futures = "0.3"