Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/aingle_cortex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async-graphql-axum = { version = "8.0.0-rc", optional = true }
spargebra = { version = "0.4", optional = true }

# MCP server (optional) — Model Context Protocol over stdio
rmcp = { version = "1.7", features = ["server", "transport-io", "macros"], optional = true }
rmcp = { version = "2.2", features = ["server", "transport-io", "macros"], optional = true }
schemars = { version = "1.0", optional = true }

# Authentication (optional)
Expand Down Expand Up @@ -125,7 +125,7 @@ reqwest = { version = "0.12", features = ["json"] }
tokio-test = "0.4"
# Enable the rmcp `client` feature for the in-process MCP integration test.
# This is dev-only; the production `mcp` feature uses the server side only.
rmcp = { version = "1.7", features = ["client", "transport-io"] }
rmcp = { version = "2.2", features = ["client", "transport-io"] }
# OAuth integration test: derive a JWK from the test public key + base64url encode.
rsa = { version = "0.9", features = ["pem"] }
base64 = "0.22"
Loading