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.3.3"
".": "0.3.4"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.3.3"
version = "0.3.4"
edition = "2024"
repository = "https://github.com/rust-mcp-stack/rust-mcp-filesystem"
authors = ["Ali Hashemi"]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ For detailed setup instructions, please visit the [project documentation](https:
<!-- x-release-please-start-version -->
- **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**
Expand All @@ -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

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

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.3.3)
# Rust MCP FileSystem (v0.3.4)

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

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

<!-- mcp-discovery-render -->
## rust-mcp-filesystem 0.3.3
| 🟢 Tools (24) | <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> |
| --- | --- | --- | --- | --- |
## rust-mcp-filesystem 0.3.4
| 🟢 Tools (24) | <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">🔴 Completions</span> | <span style="opacity:0.6">🔴 Experimental</span> |
| --- | --- | --- | --- | --- | --- |

## 🛠️ Tools (24)

<table style="text-align: left;">
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.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"
```

<!-- 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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.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"
```

<!-- 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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/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.3.3/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.3.4/rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
<!-- x-release-please-end -->
</td>
</tr>
Expand Down