From f2eabd65b0ade1a74081f2b4b91d9c8fe9c3a8b0 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Sat, 23 Aug 2025 12:56:41 -0300 Subject: [PATCH] feat: add rmcp dependency with server feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"] }