From 4b692287b124c8c3496631eec8a4527caba22e02 Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:40:45 -0300 Subject: [PATCH 1/2] chore: release --- .release-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- docs/_coverpage.md | 2 +- docs/guide/install.md | 28 ++++++++++++++-------------- docs/quickstart.md | 28 ++++++++++++++-------------- 8 files changed, 42 insertions(+), 35 deletions(-) diff --git a/.release-manifest.json b/.release-manifest.json index 62bf12e..46b919d 100644 --- a/.release-manifest.json +++ b/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.4" + ".": "0.3.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a0bb76..9b4ce42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.5](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.3.4...v0.3.5) (2025-10-06) + + +### 🐛 Bug Fixes + +* Duplicate tool name ([#55](https://github.com/rust-mcp-stack/rust-mcp-filesystem/issues/55)) ([eb72f6d](https://github.com/rust-mcp-stack/rust-mcp-filesystem/commit/eb72f6d6d7ba8074c78190cc317a93af90609975)) + ## [0.3.4](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.3.3...v0.3.4) (2025-10-04) diff --git a/Cargo.lock b/Cargo.lock index 85a44fb..3a128d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1077,7 +1077,7 @@ checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" [[package]] name = "rust-mcp-filesystem" -version = "0.3.4" +version = "0.3.5" dependencies = [ "async-trait", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 8794f23..a3d3dfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-mcp-filesystem" -version = "0.3.4" +version = "0.3.5" edition = "2024" repository = "https://github.com/rust-mcp-stack/rust-mcp-filesystem" authors = ["Ali Hashemi"] diff --git a/README.md b/README.md index 554f516..cacb6c0 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.4/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.5/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.4/rust-mcp-filesystem-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/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.4 + https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/tag/v0.3.5 diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 6201ee5..9602b51 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -6,7 +6,7 @@ -# Rust MCP FileSystem (v0.3.4) +# Rust MCP FileSystem (v0.3.5) diff --git a/docs/guide/install.md b/docs/guide/install.md index 54f196c..a039c29 100644 --- a/docs/guide/install.md +++ b/docs/guide/install.md @@ -7,13 +7,13 @@ ```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 +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/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.4/rust-mcp-filesystem-installer.ps1 | iex" +powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-installer.ps1 | iex" ``` @@ -38,78 +38,78 @@ brew install rust-mcp-stack/tap/rust-mcp-filesystem
head_file
- lines : integerpath : stringlist_allowed_directories
list_directory
list_directory_with_sizes
move_file
read_file_lines
read_media_file
read_multiple_media_files
read_multiple_text_files
read_text_file
search_files
search_files_content
tail_file
+ lines : integerpath : string