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 -1
View File
@@ -10,13 +10,13 @@ description.workspace = true
[lints]
workspace = true
[dependencies]
anyhow = "1.0"
paste = "1.0"
ctor = "0.2.7"
goose = { path = "../goose" }
mcp-core = { path = "../mcp-core" }
rmcp = { workspace = true }
async-trait = "0.1.86"
chrono = { version = "0.4", features = ["serde"] }
serde_json = "1.0"