Skip to content

Commit 1cfd223

Browse files
committed
fix(mandrel-mcp-th): shorten invalid keyword for crates.io publishing
- Change 'model-context-protocol' (21 chars) to 'mcp-protocol' (12 chars) - Crates.io requires keywords to be less than 20 characters - Fixes publishing error: 'model-context-protocol' is an invalid keyword - Resolves mandrel-mcp-th v0.4.4 publishing failure closes #mandrel-mcp-th-keyword-length-issue
1 parent b854622 commit 1cfd223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mandrel-mcp-th/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["AI Assistant"]
66
description = "Mandrel MCP Test Harness - Professional testing and reporting for MCP servers"
77
license = "MIT"
88
repository = "https://github.com/user/dragonscale"
9-
keywords = ["mcp", "testing", "protocol", "model-context-protocol"]
9+
keywords = ["mcp", "testing", "protocol", "mcp-protocol"]
1010
categories = ["development-tools::testing", "command-line-utilities"]
1111

1212
[[bin]]

0 commit comments

Comments
 (0)