File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments