Skip to content

Commit 5b8aa20

Browse files
committed
docs/capabilities.md via mcp-discovery
1 parent 2d088f7 commit 5b8aa20

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/capabilities.md

Lines changed: 3 additions & 2 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.8
4+
## rust-mcp-filesystem 0.3.9
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

@@ -230,10 +230,11 @@
230230
<td>
231231
<code><b>read_text_file</b></code>
232232
</td>
233-
<td>Read the complete contents of a text file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Only works within allowed directories.</td>
233+
<td>Read the complete contents of a text file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Optionally include line numbers for precise code targeting. Only works within allowed directories.</td>
234234
<td>
235235
<ul>
236236
<li> <code>path</code> : string<br /></li>
237+
<li> <code>with_line_numbers</code> : boolean<br /></li>
237238
</ul>
238239
</td>
239240
</tr>

0 commit comments

Comments
 (0)