Skip to content

Commit fa110b1

Browse files
chore: release (#56)
* chore: release * docs/capabilities.md via mcp-discovery --------- Co-authored-by: GitHub Action <[email protected]>
1 parent eb72f6d commit fa110b1

File tree

9 files changed

+66
-59
lines changed

9 files changed

+66
-59
lines changed

.release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.4"
2+
".": "0.3.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.5](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.3.4...v0.3.5) (2025-10-06)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* 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))
9+
310
## [0.3.4](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.3.3...v0.3.4) (2025-10-04)
411

512

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-mcp-filesystem"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
edition = "2024"
55
repository = "https://github.com/rust-mcp-stack/rust-mcp-filesystem"
66
authors = ["Ali Hashemi"]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ For detailed setup instructions, please visit the [project documentation](https:
3333
<!-- x-release-please-start-version -->
3434
- **Shell script**
3535
```sh
36-
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
36+
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
3737
```
3838

3939
- **PowerShell script**
4040
```sh
41-
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"
41+
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"
4242
```
4343

4444
- **Homebrew**
@@ -51,7 +51,7 @@ brew install rust-mcp-stack/tap/rust-mcp-filesystem
5151

5252
- **Download Binaries**
5353

54-
https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/tag/v0.3.4
54+
https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/tag/v0.3.5
5555

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

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

9-
# Rust MCP FileSystem (v0.3.4)
9+
# Rust MCP FileSystem (v0.3.5)
1010

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

docs/capabilities.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Capabilities
22

33
<!-- mcp-discovery-render -->
4-
## rust-mcp-filesystem 0.3.4
4+
## rust-mcp-filesystem 0.3.5
55
| 🟢 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> |
66
| --- | --- | --- | --- | --- | --- |
77

@@ -127,19 +127,6 @@
127127
</tr>
128128
<tr>
129129
<td>9.</td>
130-
<td>
131-
<code><b>head_file</b></code>
132-
</td>
133-
<td>Reads and returns the last N lines of a text file.This is useful for quickly previewing file contents without loading the entire file into memory.If the file has fewer than N lines, the entire file will be returned.Only works within allowed directories.</td>
134-
<td>
135-
<ul>
136-
<li> <code>lines</code> : integer<br /></li>
137-
<li> <code>path</code> : string<br /></li>
138-
</ul>
139-
</td>
140-
</tr>
141-
<tr>
142-
<td>10.</td>
143130
<td>
144131
<code><b>list_allowed_directories</b></code>
145132
</td>
@@ -150,7 +137,7 @@
150137
</td>
151138
</tr>
152139
<tr>
153-
<td>11.</td>
140+
<td>10.</td>
154141
<td>
155142
<code><b>list_directory</b></code>
156143
</td>
@@ -162,7 +149,7 @@
162149
</td>
163150
</tr>
164151
<tr>
165-
<td>12.</td>
152+
<td>11.</td>
166153
<td>
167154
<code><b>list_directory_with_sizes</b></code>
168155
</td>
@@ -174,7 +161,7 @@
174161
</td>
175162
</tr>
176163
<tr>
177-
<td>13.</td>
164+
<td>12.</td>
178165
<td>
179166
<code><b>move_file</b></code>
180167
</td>
@@ -187,7 +174,7 @@
187174
</td>
188175
</tr>
189176
<tr>
190-
<td>14.</td>
177+
<td>13.</td>
191178
<td>
192179
<code><b>read_file_lines</b></code>
193180
</td>
@@ -201,7 +188,7 @@
201188
</td>
202189
</tr>
203190
<tr>
204-
<td>15.</td>
191+
<td>14.</td>
205192
<td>
206193
<code><b>read_media_file</b></code>
207194
</td>
@@ -214,7 +201,7 @@
214201
</td>
215202
</tr>
216203
<tr>
217-
<td>16.</td>
204+
<td>15.</td>
218205
<td>
219206
<code><b>read_multiple_media_files</b></code>
220207
</td>
@@ -227,7 +214,7 @@
227214
</td>
228215
</tr>
229216
<tr>
230-
<td>17.</td>
217+
<td>16.</td>
231218
<td>
232219
<code><b>read_multiple_text_files</b></code>
233220
</td>
@@ -239,7 +226,7 @@
239226
</td>
240227
</tr>
241228
<tr>
242-
<td>18.</td>
229+
<td>17.</td>
243230
<td>
244231
<code><b>read_text_file</b></code>
245232
</td>
@@ -251,7 +238,7 @@
251238
</td>
252239
</tr>
253240
<tr>
254-
<td>19.</td>
241+
<td>18.</td>
255242
<td>
256243
<code><b>search_files</b></code>
257244
</td>
@@ -267,7 +254,7 @@
267254
</td>
268255
</tr>
269256
<tr>
270-
<td>20.</td>
257+
<td>19.</td>
271258
<td>
272259
<code><b>search_files_content</b></code>
273260
</td>
@@ -284,6 +271,19 @@
284271
</ul>
285272
</td>
286273
</tr>
274+
<tr>
275+
<td>20.</td>
276+
<td>
277+
<code><b>tail_file</b></code>
278+
</td>
279+
<td>Reads and returns the last N lines of a text file.This is useful for quickly previewing file contents without loading the entire file into memory.If the file has fewer than N lines, the entire file will be returned.Only works within allowed directories.</td>
280+
<td>
281+
<ul>
282+
<li> <code>lines</code> : integer<br /></li>
283+
<li> <code>path</code> : string<br /></li>
284+
</ul>
285+
</td>
286+
</tr>
287287
<tr>
288288
<td>21.</td>
289289
<td>

docs/guide/install.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<!-- x-release-please-start-version -->
88

99
```sh
10-
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
10+
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
1111
```
1212

1313
#### **PowerShell script**
1414

1515
```sh
16-
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"
16+
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"
1717
```
1818

1919
<!-- x-release-please-end -->
@@ -38,78 +38,78 @@ brew install rust-mcp-stack/tap/rust-mcp-filesystem
3838
<tr>
3939
<td>
4040
<!-- x-release-please-start-version -->
41-
<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>
41+
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-aarch64-apple-darwin.tar.gz">rust-mcp-filesystem-aarch64-apple-darwin.tar.gz</a>
4242
<!-- x-release-please-end -->
4343
</td>
4444
<td>Apple Silicon macOS</td>
4545
<td>
4646
<!-- x-release-please-start-version -->
47-
<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>
47+
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-aarch64-apple-darwin.tar.gz.sha256">checksum</a>
4848
<!-- x-release-please-end -->
4949
</td>
5050
</tr>
5151
<tr>
5252
<td>
5353
<!-- x-release-please-start-version -->
54-
<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>
54+
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-x86_64-apple-darwin.tar.gz">rust-mcp-filesystem-x86_64-apple-darwin.tar.gz</a>
5555
<!-- x-release-please-end -->
5656
</td>
5757
<td>Intel macOS</td>
5858
<td>
5959
<!-- x-release-please-start-version -->
60-
<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>
60+
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-x86_64-apple-darwin.tar.gz.sha256">checksum</a>
6161
<!-- x-release-please-end -->
6262
</td>
6363
</tr>
6464
<tr>
6565
<td>
6666
<!-- x-release-please-start-version -->
67-
<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>
67+
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-x86_64-pc-windows-msvc.zip">rust-mcp-filesystem-x86_64-pc-windows-msvc.zip</a>
6868
<!-- x-release-please-end -->
6969
</td>
7070
<td>x64 Windows (zip)</td>
7171
<td>
7272
<!-- x-release-please-start-version -->
73-
<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>
73+
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-x86_64-pc-windows-msvc.zip.sha256">checksum</a>
7474
<!-- x-release-please-end -->
7575
</td>
7676
</tr>
7777
<tr>
7878
<td>
7979
<!-- x-release-please-start-version -->
80-
<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>
80+
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-x86_64-pc-windows-msvc.msi">rust-mcp-filesystem-x86_64-pc-windows-msvc.msi</a>
8181
<!-- x-release-please-end -->
8282
</td>
8383
<td>x64 Windows (msi)</td>
8484
<td>
8585
<!-- x-release-please-start-version -->
86-
<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>
86+
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-x86_64-pc-windows-msvc.msi.sha256">checksum</a>
8787
<!-- x-release-please-end -->
8888
</td>
8989
</tr>
9090
<tr>
9191
<td>
9292
<!-- x-release-please-start-version -->
93-
<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>
93+
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz">rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz</a>
9494
<!-- x-release-please-end -->
9595
</td>
9696
<td>ARM64 Linux</td>
9797
<td>
9898
<!-- x-release-please-start-version -->
99-
<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>
99+
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
100100
<!-- x-release-please-end -->
101101
</td>
102102
</tr>
103103
<tr>
104104
<td>
105105
<!-- x-release-please-start-version -->
106-
<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>
106+
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz">rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz</a>
107107
<!-- x-release-please-end -->
108108
</td>
109109
<td>x64 Linux</td>
110110
<td>
111111
<!-- x-release-please-start-version -->
112-
<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>
112+
<a href="https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.5/rust-mcp-filesystem-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
113113
<!-- x-release-please-end -->
114114
</td>
115115
</tr>

0 commit comments

Comments
 (0)