fix: Implement a CredentialStore for auth (#5741)

This commit is contained in:
Alex Hancock
2025-11-17 13:05:40 -05:00
committed by GitHub
parent 655d5d5b14
commit 2d7c7c8e07
12 changed files with 129 additions and 91 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ paste = "1.0"
ctor = "0.2.7"
goose = { path = "../goose" }
rmcp = { workspace = true }
async-trait = "0.1.86"
async-trait = "0.1.89"
chrono = { version = "0.4", features = ["serde"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }