Skip to content

Commit 0ab9106

Browse files
committed
Sync mcp/filesystem from ai-mcp
1 parent aab0804 commit 0ab9106

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

prompts/catalog.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,23 @@ registry:
320320
prompts: 0
321321
resources: {}
322322
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
326325
readme: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/filesystem.md
327326
source: https://github.com/modelcontextprotocol/servers/tree/2025.4.6
328327
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
330340
prompts: 0
331341
resources: {}
332342
config:

prompts/mcp/filesystem.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ mcp:
88
command:
99
- "{{filesystem.paths|into}}"
1010
source:
11-
url: https://github.com/modelcontextprotocol/servers
11+
url: https://github.com/modelcontextprotocol/servers/tree/2025.4.6
1212
parameter-values:
1313
filesystem:
1414
paths:
1515
- /Users/local-test
1616
---
17-

0 commit comments

Comments
 (0)