Skip to content

Commit 84b5fd5

Browse files
committed
docs/capabilities.md via mcp-discovery
1 parent 435f5ea commit 84b5fd5

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

docs/capabilities.md

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

33
<!-- mcp-discovery-render -->
4-
## rust-mcp-filesystem 0.1.9
5-
| 🟢 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> |
4+
## rust-mcp-filesystem 0.1.10
5+
| 🟢 Tools (15) | <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> |
66
| --- | --- | --- | --- | --- |
7-
## 🛠️ Tools (14)
7+
## 🛠️ Tools (15)
88

99
<table style="text-align: left;">
1010
<thead>
@@ -142,6 +142,22 @@
142142
</tr>
143143
<tr>
144144
<td>11.</td>
145+
<td>
146+
<code><b>search_files_content</b></code>
147+
</td>
148+
<td>Searches for text or regex patterns in the content of files matching matching a GLOB pattern.Returns detailed matches with file path, line number, column number and a preview of matched text.By default, it performs a literal text search; if the <code>is_regex</code> parameter is set to true, it performs a regular expression (regex) search instead.Ideal for finding specific code, comments, or text when you don’t know their exact location.</td>
149+
<td>
150+
<ul>
151+
<li style="white-space: nowrap;"> <code>excludePatterns</code> : string [ ]<br /></li>
152+
<li style="white-space: nowrap;"> <code>is_regex</code> : boolean<br /></li>
153+
<li style="white-space: nowrap;"> <code>path</code> : string<br /></li>
154+
<li style="white-space: nowrap;"> <code>pattern</code> : string<br /></li>
155+
<li style="white-space: nowrap;"> <code>query</code> : string<br /></li>
156+
</ul>
157+
</td>
158+
</tr>
159+
<tr>
160+
<td>12.</td>
145161
<td>
146162
<code><b>unzip_file</b></code>
147163
</td>
@@ -154,7 +170,7 @@
154170
</td>
155171
</tr>
156172
<tr>
157-
<td>12.</td>
173+
<td>13.</td>
158174
<td>
159175
<code><b>write_file</b></code>
160176
</td>
@@ -167,7 +183,7 @@
167183
</td>
168184
</tr>
169185
<tr>
170-
<td>13.</td>
186+
<td>14.</td>
171187
<td>
172188
<code><b>zip_directory</b></code>
173189
</td>
@@ -181,7 +197,7 @@
181197
</td>
182198
</tr>
183199
<tr>
184-
<td>14.</td>
200+
<td>15.</td>
185201
<td>
186202
<code><b>zip_files</b></code>
187203
</td>

0 commit comments

Comments
 (0)