Skip to content

Commit 020bb8b

Browse files
committed
docs(README): Update prompts for file operations to improve clarity and consistency
1 parent 868a816 commit 020bb8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mcp-server-filesystem/README.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ Java server implementing Model Context Protocol (MCP) for filesystem operations.
3131
** `recursive` (boolean): Whether to list files recursively. Default is `false`.
3232
* Output: A list of file names (paths if 'recursive' is `true`), or empty string if no files are found.
3333

34-
=== Prompt
34+
=== Prompts
3535

3636
- *read_file*
3737
* For `read_file` tool
3838
* Input: `filepath` (string)
39-
* Output: What is the content of this file: `<filepath>`
39+
* Output: What is the content of this file: `<filepath>`.
4040

4141
- *list_files*
4242
* For `list_files` tool
4343
* Input: `directoryPath` (string), `fileNamePattern` (string), `recursive` (boolean)
4444
* Output:
45-
** Please list files in this directory: `<directoryPath>`
46-
** Please list files in this directory: `<directoryPath>`, with file name pattern: `<fileNamePattern>`
47-
** Please list files in this directory: `<directoryPath>`, with file name pattern: `<fileNamePattern>`, recursively
45+
** Please list files in this directory: `<directoryPath>`.
46+
** Please list files in this directory: `<directoryPath>`, with file name pattern: `<fileNamePattern>`.
47+
** Please list files in this directory: `<directoryPath>`, with file name pattern: `<fileNamePattern>`, recursively.
4848

4949
== Usage with MCP Client
5050

0 commit comments

Comments
 (0)