From c66cc003f72a1f4200968bccd7d8647c5741521d Mon Sep 17 00:00:00 2001
From: Ali Hashemi <14126952+hashemix@users.noreply.github.com>
Date: Sat, 24 May 2025 22:06:10 -0300
Subject: [PATCH 1/2] chore: release
---
.release-manifest.json | 2 +-
CHANGELOG.md | 12 ++++++++++++
Cargo.lock | 2 +-
Cargo.toml | 2 +-
docs/_coverpage.md | 2 +-
docs/guide/install.md | 28 ++++++++++++++--------------
docs/quickstart.md | 28 ++++++++++++++--------------
7 files changed, 44 insertions(+), 32 deletions(-)
diff --git a/.release-manifest.json b/.release-manifest.json
index f66783d..28da760 100644
--- a/.release-manifest.json
+++ b/.release-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.5"
+ ".": "0.1.6"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd87621..7bc3911 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [0.1.6](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.1.5...v0.1.6) (2025-05-25)
+
+
+### 🚀 Features
+
+* Upgrade to latest MCP schema version ([f950fcf](https://github.com/rust-mcp-stack/rust-mcp-filesystem/commit/f950fcf086da51115426796e474ba1d6180e3b01))
+
+
+### 🐛 Bug Fixes
+
+* Issue 12 edit_file tool panics ([#14](https://github.com/rust-mcp-stack/rust-mcp-filesystem/issues/14)) ([25da5a6](https://github.com/rust-mcp-stack/rust-mcp-filesystem/commit/25da5a674a0455d9e752da65b5fcb94053aa40b1))
+
## [0.1.5](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.1.4...v0.1.5) (2025-05-01)
diff --git a/Cargo.lock b/Cargo.lock
index 4e14086..63d3518 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1577,7 +1577,7 @@ dependencies = [
[[package]]
name = "rust-mcp-filesystem"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"async-trait",
"async_zip",
diff --git a/Cargo.toml b/Cargo.toml
index 588ca4d..6723565 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rust-mcp-filesystem"
-version = "0.1.5"
+version = "0.1.6"
edition = "2021"
repository = "https://github.com/rust-mcp-stack/rust-mcp-filesystem"
authors = ["Ali Hashemi"]
diff --git a/docs/_coverpage.md b/docs/_coverpage.md
index 394d48b..9760d7f 100644
--- a/docs/_coverpage.md
+++ b/docs/_coverpage.md
@@ -6,7 +6,7 @@
-# Rust MCP FileSystem (v0.1.5)
+# Rust MCP FileSystem (v0.1.6)
diff --git a/docs/guide/install.md b/docs/guide/install.md
index 4684e32..2948781 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.1.5/rust-mcp-filesystem-installer.sh | sh
+curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/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.1.5/rust-mcp-filesystem-installer.ps1 | iex"
+powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-installer.ps1 | iex"
```
@@ -38,78 +38,78 @@ brew install rust-mcp-stack/tap/rust-mcp-filesystem
|
- 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
|
diff --git a/docs/quickstart.md b/docs/quickstart.md
index 10e34ae..f8de257 100644
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -7,13 +7,13 @@
```sh
-curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-installer.sh | sh
+curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/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.1.5/rust-mcp-filesystem-installer.ps1 | iex"
+powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-installer.ps1 | iex"
```
@@ -38,78 +38,78 @@ brew install rust-mcp-stack/tap/rust-mcp-filesystem
|
- 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
|
From 5176ab24af4e1a12981895fc6edde03123666184 Mon Sep 17 00:00:00 2001
From: GitHub Action
Date: Sun, 25 May 2025 01:06:39 +0000
Subject: [PATCH 2/2] docs/capabilities.md via mcp-discovery
---
docs/capabilities.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/capabilities.md b/docs/capabilities.md
index a7dabe9..802a6b7 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -1,7 +1,7 @@
# Capabilities
-## rust-mcp-filesystem 0.1.5
+## rust-mcp-filesystem 0.1.6
| 🟢 Tools (14) | 🔴 Prompts | 🔴 Resources | 🔴 Logging | 🔴 Experimental |
| --- | --- | --- | --- | --- |
## 🛠️ Tools (14)
@@ -145,7 +145,7 @@
unzip_file
|
- Extracts the contents of a ZIP archive to a specified target directory. It takes a source ZIP file path and a target extraction directory. The tool decompresses all files and directories stored in the ZIP, recreating their structure in the target location. Both the source ZIP file and the target directory should reside within allowed directories. |
+ Extracts the contents of a ZIP archive to a specified target directory. It takes a source ZIP file path and a target extraction directory. The tool decompresses all files and directories stored in the ZIP, recreating their structure in the target location. Both the source ZIP file and the target directory should reside within allowed directories. |
|