add basic router tests

This commit is contained in:
geoffsee
2025-06-05 14:06:00 -04:00
committed by Geoff Seemueller
parent 72583e5f5b
commit 22ef371c5b
3 changed files with 73 additions and 11 deletions

View File

@@ -28,7 +28,8 @@ bytes = "1.8.0"
lazy_static = "1.5.0"
sled = "0.34.7"
tower-http = { version = "0.6.2", features = ["trace", "cors"] }
tower = "0.5.2"
anyhow = "1.0.97"
base64 = "0.22.1"
fips204 = "0.4.6"
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main", features = ["server", "transport-streamable-http-server", "transport-sse-server", "transport-io",] }
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main", features = ["server", "transport-streamable-http-server", "transport-sse-server", "transport-io",] }