Codex MCP installation (#345)

This commit is contained in:
Solomon
2025-08-08 18:24:04 +01:00
committed by GitHub
parent 1999986304
commit 0e7d4ddbdf
9 changed files with 343 additions and 135 deletions

View File

@@ -33,6 +33,7 @@ openssl-sys = { workspace = true }
rmcp = { version = "0.2.1", features = ["server", "transport-io"] }
schemars = "0.8"
regex = "1.11.1"
toml = "0.8"
sentry = { version = "0.41.0", features = ["anyhow", "backtrace", "panic", "debug-images"] }
sentry-tracing = { version = "0.41.0", features = ["backtrace"] }
reqwest = { version = "0.12", features = ["json"] }