Skip to content

chore: release #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.5"
".": "0.1.6"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- x-release-please-start-version -->

# Rust MCP FileSystem (v0.1.5)
# Rust MCP FileSystem (v0.1.6)

<!-- x-release-please-end -->

Expand Down
4 changes: 2 additions & 2 deletions docs/capabilities.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Capabilities

<!-- mcp-discovery-render -->
## rust-mcp-filesystem 0.1.5
## rust-mcp-filesystem 0.1.6
| 🟢 Tools (14) | <span style="opacity:0.6">🔴 Prompts</span> | <span style="opacity:0.6">🔴 Resources</span> | <span style="opacity:0.6">🔴 Logging</span> | <span style="opacity:0.6">🔴 Experimental</span> |
| --- | --- | --- | --- | --- |
## 🛠️ Tools (14)
Expand Down Expand Up @@ -145,7 +145,7 @@
<td>
<code><b>unzip_file</b></code>
</td>
<td>Extracts the contents of a ZIP archive to a specified target directory.<br/>It takes a source ZIP file path and a target extraction directory.<br/>The tool decompresses all files and directories stored in the ZIP, recreating their structure in the target location. <br/>Both the source ZIP file and the target directory should reside within allowed directories.</td>
<td>Extracts the contents of a ZIP archive to a specified target directory.<br/>It takes a source ZIP file path and a target extraction directory.<br/>The tool decompresses all files and directories stored in the ZIP, recreating their structure in the target location.<br/>Both the source ZIP file and the target directory should reside within allowed directories.</td>
<td>
<ul>
<li style="white-space: nowrap;"> <code>target_path</code> : string<br /></li>
Expand Down
28 changes: 14 additions & 14 deletions docs/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<!-- x-release-please-start-version -->

```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"
```

<!-- x-release-please-end -->
Expand All @@ -38,78 +38,78 @@ brew install rust-mcp-stack/tap/rust-mcp-filesystem
<tr>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-aarch64-apple-darwin.tar.gz">rust-mcp-filesystem-aarch64-apple-darwin.tar.gz</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-aarch64-apple-darwin.tar.gz">rust-mcp-filesystem-aarch64-apple-darwin.tar.gz</a>
<!-- x-release-please-end -->
</td>
<td>Apple Silicon macOS</td>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-aarch64-apple-darwin.tar.gz.sha256">checksum</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-aarch64-apple-darwin.tar.gz.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
<tr>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-apple-darwin.tar.gz">rust-mcp-filesystem-x86_64-apple-darwin.tar.gz</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-apple-darwin.tar.gz">rust-mcp-filesystem-x86_64-apple-darwin.tar.gz</a>
<!-- x-release-please-end -->
</td>
<td>Intel macOS</td>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-apple-darwin.tar.gz.sha256">checksum</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-apple-darwin.tar.gz.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
<tr>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-pc-windows-msvc.zip">rust-mcp-filesystem-x86_64-pc-windows-msvc.zip</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-pc-windows-msvc.zip">rust-mcp-filesystem-x86_64-pc-windows-msvc.zip</a>
<!-- x-release-please-end -->
</td>
<td>x64 Windows (zip)</td>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-pc-windows-msvc.zip.sha256">checksum</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-pc-windows-msvc.zip.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
<tr>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-pc-windows-msvc.msi">rust-mcp-filesystem-x86_64-pc-windows-msvc.msi</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-pc-windows-msvc.msi">rust-mcp-filesystem-x86_64-pc-windows-msvc.msi</a>
<!-- x-release-please-end -->
</td>
<td>x64 Windows (msi)</td>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-pc-windows-msvc.msi.sha256">checksum</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-pc-windows-msvc.msi.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
<tr>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz">rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz">rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz</a>
<!-- x-release-please-end -->
</td>
<td>ARM64 Linux</td>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
<tr>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz">rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz">rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz</a>
<!-- x-release-please-end -->
</td>
<td>x64 Linux</td>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
Expand Down
28 changes: 14 additions & 14 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<!-- x-release-please-start-version -->

```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"
```

<!-- x-release-please-end -->
Expand All @@ -38,78 +38,78 @@ brew install rust-mcp-stack/tap/rust-mcp-filesystem
<tr>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-aarch64-apple-darwin.tar.gz">rust-mcp-filesystem-aarch64-apple-darwin.tar.gz</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-aarch64-apple-darwin.tar.gz">rust-mcp-filesystem-aarch64-apple-darwin.tar.gz</a>
<!-- x-release-please-end -->
</td>
<td>Apple Silicon macOS</td>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-aarch64-apple-darwin.tar.gz.sha256">checksum</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-aarch64-apple-darwin.tar.gz.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
<tr>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-apple-darwin.tar.gz">rust-mcp-filesystem-x86_64-apple-darwin.tar.gz</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-apple-darwin.tar.gz">rust-mcp-filesystem-x86_64-apple-darwin.tar.gz</a>
<!-- x-release-please-end -->
</td>
<td>Intel macOS</td>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-apple-darwin.tar.gz.sha256">checksum</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-apple-darwin.tar.gz.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
<tr>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-pc-windows-msvc.zip">rust-mcp-filesystem-x86_64-pc-windows-msvc.zip</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-pc-windows-msvc.zip">rust-mcp-filesystem-x86_64-pc-windows-msvc.zip</a>
<!-- x-release-please-end -->
</td>
<td>x64 Windows (zip)</td>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-pc-windows-msvc.zip.sha256">checksum</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-pc-windows-msvc.zip.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
<tr>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-pc-windows-msvc.msi">rust-mcp-filesystem-x86_64-pc-windows-msvc.msi</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-pc-windows-msvc.msi">rust-mcp-filesystem-x86_64-pc-windows-msvc.msi</a>
<!-- x-release-please-end -->
</td>
<td>x64 Windows (msi)</td>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-pc-windows-msvc.msi.sha256">checksum</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-pc-windows-msvc.msi.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
<tr>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz">rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz">rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz</a>
<!-- x-release-please-end -->
</td>
<td>ARM64 Linux</td>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
<tr>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz">rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz">rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz</a>
<!-- x-release-please-end -->
</td>
<td>x64 Linux</td>
<td>
<!-- x-release-please-start-version -->
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.5/rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.6/rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
Expand Down