Skip to content

Commit 6bccf97

Browse files
committed
fix(mcp): reduce keywords to <=5 for crates.io publish (was causing 400)
1 parent 6c98606 commit 6bccf97

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/rustapi-mcp/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition.workspace = true
77
authors.workspace = true
88
license.workspace = true
99
repository.workspace = true
10-
keywords = ["web", "framework", "api", "mcp", "llm", "ai", "agents"]
10+
keywords = ["web", "framework", "api", "mcp", "llm"]
1111
categories = ["web-programming::http-server", "network-programming"]
1212
rust-version.workspace = true
1313
readme = "README.md"
@@ -45,3 +45,4 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] }
4545
rustapi-rs = { workspace = true, features = ["protocol-mcp"] }
4646
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
4747
serde = { workspace = true, features = ["derive"] }
48+

0 commit comments

Comments
 (0)