Don't load user's shell env on app startup (#4681)

Co-authored-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
Jack Amadeo
2025-09-23 20:38:07 -04:00
committed by GitHub
parent 44d01e2432
commit 44115a67ce
7 changed files with 48 additions and 93 deletions
+1
View File
@@ -11,6 +11,7 @@ description.workspace = true
workspace = true
[dependencies]
goose = { path = "../goose" }
mcp-core = { path = "../mcp-core" }
mcp-server = { path = "../mcp-server" }
rmcp = { version = "0.6.0", features = ["server", "client", "transport-io", "macros"] }