Add MCP server

This commit is contained in:
2026-08-21 22:54:12 +02:00
parent b874f0c577
commit 3873fad612
4 changed files with 398 additions and 5 deletions
+4 -1
View File
@@ -9,6 +9,9 @@ serde_json = "1.0.145"
inkopslista-lib = { path = "../lib" }
sqlite = "0.37.0"
clap = { version = "4.6.6", features = ["derive", "env"] }
axum = { version = "0.8.9", features = ["http1"] }
axum = { version = "0.8.9", features = ["http1", "http2", "tokio"] }
tower-http = { version = "0.7.0", features = ["fs", "trace", "compression-gzip"] }
tokio = { version = "1.53.1", features = ["full"] }
rmcp = { version = "3.1.2", features = ["server", "macros", "schemars", "transport-streamable-http-server", "transport-streamable-http-server-session"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }