This commit is contained in:
@@ -4,16 +4,13 @@ version = "0.1.0"
|
|||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dtrack-core = { path = "../dtrack-core" }
|
dtrack-core = { path = "../dtrack-core" }
|
||||||
|
dtrack-tools = { path = "../dtrack-tools" }
|
||||||
|
|
||||||
# Offizielles MCP-SDK, Server-Seite ueber stdio (transport-io).
|
# stdio-Transport (transport-io) + ServiceExt zum Servieren.
|
||||||
rmcp = { version = "0.16", features = ["server", "transport-io", "macros"] }
|
rmcp = { version = "0.16", features = ["server", "transport-io"] }
|
||||||
|
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
|
||||||
serde_json = "1"
|
|
||||||
# schemars 1.x -- muss zu rmcp 0.16 passen (rmcp re-exportiert schemars 1.2).
|
|
||||||
schemars = "1"
|
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user