diff --git a/Cargo.toml b/Cargo.toml index 453388d..0ffef24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,6 +35,7 @@ once_cell = "1.19.0" prettytable-rs = "0.10.0" pwhash = "1.0.0" regex = "1.9.5" +rmcp = { version = "0.2.0", features = ["server"] } rusqlite = { version = "0.37.0", features = ["bundled", "array", "chrono"] } rusqlite_migration = "2.3.0" serde = { version = "1.0.219", features = ["derive"] }