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
@@ -15,6 +15,7 @@ goose = { path = "../goose" }
mcp-core = { path = "../mcp-core" }
goose-mcp = { path = "../goose-mcp" }
mcp-server = { path = "../mcp-server" }
rmcp = { workspace = true }
axum = { version = "0.8.1", features = ["ws", "macros"] }
tokio = { version = "1.43", features = ["full"] }
chrono = "0.4"