Skip to content
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.2"
".": "0.1.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.1.2...v0.1.3) (2025-04-18)


### 🐛 Bug Fixes

* Update cargo dist ([4ded5ca](https://github.com/rust-mcp-stack/rust-mcp-filesystem/commit/4ded5cae9fc292dfea821f82aeaea5eea2c069ca))

## [0.1.2](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.1.1...v0.1.2) (2025-04-18)


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.2"
version = "0.1.3"
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.2)
# Rust MCP FileSystem (v0.1.3)

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

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.2/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.3/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.2/rust-mcp-filesystem-installer.ps1 | iex"
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/rust-mcp-filesystem-installer.ps1 | iex"
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.1.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/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.2/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.3/rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
Expand Down
Loading