From fade64ac2df52c1829be186f4edb40182a5e82df Mon Sep 17 00:00:00 2001 From: Ilia Manolov Date: Tue, 14 Jul 2026 14:49:27 +0100 Subject: [PATCH] Shorten crates.io keyword to fit 20-char limit crates.io rejected "model-context-protocol" (22 chars); use "mcp-servers". Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QNXkCRxAip5uDbzdjjSi7t --- crates/edison-detectord/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/edison-detectord/Cargo.toml b/crates/edison-detectord/Cargo.toml index e05bc60..e42b085 100644 --- a/crates/edison-detectord/Cargo.toml +++ b/crates/edison-detectord/Cargo.toml @@ -8,7 +8,7 @@ license = "AGPL-3.0-only" readme = "../../README.md" repository = "https://github.com/Edison-Watch/detectord" homepage = "https://github.com/Edison-Watch/detectord" -keywords = ["mcp", "model-context-protocol", "watcher", "config", "claude"] +keywords = ["mcp", "mcp-servers", "watcher", "config", "claude"] categories = ["development-tools", "filesystem", "config"] [features]