We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fd105 commit b3ac515Copy full SHA for b3ac515
1 file changed
Cargo.toml
@@ -4,9 +4,17 @@ version = "0.4.0"
4
edition = "2024"
5
repository = "https://github.com/rust-mcp-stack/rust-mcp-filesystem"
6
authors = ["Ali Hashemi"]
7
+categories = ["command-line-interface", "command-line-utilities"]
8
description = "Blazing-fast, asynchronous MCP server for seamless filesystem operations."
9
homepage = "https://github.com/rust-mcp-stack/rust-mcp-filesystem"
-
10
+keywords = [
11
+ "filesystem mcp server in rust",
12
+ "rust-mcp-stack",
13
+ "mcp filesystem",
14
+ "rust-mcp-filesystem",
15
+]
16
+homepage = "https://rust-mcp-stack.github.io/rust-mcp-filesystem"
17
+license = "MIT"
18
19
[package.metadata.wix]
20
upgrade-guid = "944FE3C9-C8C2-4114-8C8F-5330720E781F"
0 commit comments