Skip to content

Commit c51bea8

Browse files
committed
docs/capabilities.md via mcp-discovery
1 parent 4b69228 commit c51bea8

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

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>

0 commit comments

Comments
 (0)