File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -320,13 +320,23 @@ registry:
320
320
prompts : 0
321
321
resources : {}
322
322
filesystem :
323
- description : |
324
- Local filesystem access with configurable allowed paths
325
- ref : github:docker/labs-ai-tools-for-devs?path=prompts/mcp/filesystem.md
323
+ description : Local filesystem access with configurable allowed paths
324
+ ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/filesystem.md
326
325
readme : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/filesystem.md
327
326
source : https://github.com/modelcontextprotocol/servers/tree/2025.4.6
328
327
icon : https://avatars.githubusercontent.com/u/182288589?s=200&v=4
329
- tools : []
328
+ tools :
329
+ - name : create_directory
330
+ - name : directory_tree
331
+ - name : edit_file
332
+ - name : get_file_info
333
+ - name : list_allowed_directories
334
+ - name : list_directory
335
+ - name : move_file
336
+ - name : read_file
337
+ - name : read_multiple_files
338
+ - name : search_files
339
+ - name : write_file
330
340
prompts : 0
331
341
resources : {}
332
342
config :
Original file line number Diff line number Diff line change 8
8
command :
9
9
- " {{filesystem.paths|into}}"
10
10
source :
11
- url : https://github.com/modelcontextprotocol/servers
11
+ url : https://github.com/modelcontextprotocol/servers/tree/2025.4.6
12
12
parameter-values :
13
13
filesystem :
14
14
paths :
15
15
- /Users/local-test
16
16
---
17
-
You can’t perform that action at this time.
0 commit comments