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
@@ -21,6 +21,7 @@ goose-mcp = { path = "../goose-mcp" }
mcp-client = { path = "../mcp-client" }
mcp-server = { path = "../mcp-server" }
mcp-core = { path = "../mcp-core" }
rmcp = { workspace = true }
clap = { version = "4.4", features = ["derive"] }
cliclack = "0.3.5"
console = "0.15.8"