diff --git a/.release-manifest.json b/.release-manifest.json index e94f159..62bf12e 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.3" + ".": "0.3.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3837735..8a0bb76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.4](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.3.3...v0.3.4) (2025-10-04) + + +### 🚀 Features + +* Add support for brace expansion in glob patterns ([#52](https://github.com/rust-mcp-stack/rust-mcp-filesystem/issues/52)) ([5be0b32](https://github.com/rust-mcp-stack/rust-mcp-filesystem/commit/5be0b32f0cd878db600a0740cd960b089742a907)) + + +### 📚 Documentation + +* Updated documentation with installation and dockerhub registry ([10949df](https://github.com/rust-mcp-stack/rust-mcp-filesystem/commit/10949df1f0019a52795bd0b19a70cc1ea39cffb3)) + ## [0.3.3](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.3.2...v0.3.3) (2025-09-22) diff --git a/Cargo.lock b/Cargo.lock index d13b4c6..85a44fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1077,7 +1077,7 @@ checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" [[package]] name = "rust-mcp-filesystem" -version = "0.3.3" +version = "0.3.4" dependencies = [ "async-trait", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index ef2ea91..8794f23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-mcp-filesystem" -version = "0.3.3" +version = "0.3.4" edition = "2024" repository = "https://github.com/rust-mcp-stack/rust-mcp-filesystem" authors = ["Ali Hashemi"] diff --git a/README.md b/README.md index a07d9c9..554f516 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ For detailed setup instructions, please visit the [project documentation](https: - **Shell script** ```sh -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.3/rust-mcp-filesystem-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.4/rust-mcp-filesystem-installer.sh | sh ``` - **PowerShell script** ```sh -powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.3/rust-mcp-filesystem-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.4/rust-mcp-filesystem-installer.ps1 | iex" ``` - **Homebrew** @@ -51,7 +51,7 @@ brew install rust-mcp-stack/tap/rust-mcp-filesystem - **Download Binaries** - https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/tag/v0.3.3 + https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/tag/v0.3.4 diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 12e8df2..6201ee5 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -6,7 +6,7 @@ -# Rust MCP FileSystem (v0.3.3) +# Rust MCP FileSystem (v0.3.4) diff --git a/docs/capabilities.md b/docs/capabilities.md index 78fd4cc..e5836fa 100644 --- a/docs/capabilities.md +++ b/docs/capabilities.md @@ -1,9 +1,10 @@ # Capabilities -## rust-mcp-filesystem 0.3.3 -| 🟢 Tools (24) | 🔴 Prompts | 🔴 Resources | 🔴 Logging | 🔴 Experimental | -| --- | --- | --- | --- | --- | +## rust-mcp-filesystem 0.3.4 +| 🟢 Tools (24) | 🔴 Prompts | 🔴 Resources | 🔴 Logging | 🔴 Completions | 🔴 Experimental | +| --- | --- | --- | --- | --- | --- | + ## 🛠️ Tools (24)
- rust-mcp-filesystem-aarch64-apple-darwin.tar.gz + rust-mcp-filesystem-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | - checksum + checksum |
- rust-mcp-filesystem-x86_64-apple-darwin.tar.gz + rust-mcp-filesystem-x86_64-apple-darwin.tar.gz | Intel macOS | - checksum + checksum |
- rust-mcp-filesystem-x86_64-pc-windows-msvc.zip + rust-mcp-filesystem-x86_64-pc-windows-msvc.zip | x64 Windows (zip) | - checksum + checksum |
- rust-mcp-filesystem-x86_64-pc-windows-msvc.msi + rust-mcp-filesystem-x86_64-pc-windows-msvc.msi | x64 Windows (msi) | - checksum + checksum |
- rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz + rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | - checksum + checksum |
- rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz + rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | - checksum + checksum |
- rust-mcp-filesystem-aarch64-apple-darwin.tar.gz + rust-mcp-filesystem-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | - checksum + checksum |
- rust-mcp-filesystem-x86_64-apple-darwin.tar.gz + rust-mcp-filesystem-x86_64-apple-darwin.tar.gz | Intel macOS | - checksum + checksum |
- rust-mcp-filesystem-x86_64-pc-windows-msvc.zip + rust-mcp-filesystem-x86_64-pc-windows-msvc.zip | x64 Windows (zip) | - checksum + checksum |
- rust-mcp-filesystem-x86_64-pc-windows-msvc.msi + rust-mcp-filesystem-x86_64-pc-windows-msvc.msi | x64 Windows (msi) | - checksum + checksum |
- rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz + rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | - checksum + checksum |
- rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz + rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | - checksum + checksum |