From b8c35c261373cab07ba08fc23541aff6f3b30840 Mon Sep 17 00:00:00 2001 From: yuantao Date: Sun, 28 Sep 2025 17:07:10 +0800 Subject: [PATCH] =?UTF-8?q?filesystem=20MCP=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=9D=83=E9=99=90=E7=9B=AE=E5=BD=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .iflow/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.iflow/settings.json b/.iflow/settings.json index 6a6383d..4cc06d8 100644 --- a/.iflow/settings.json +++ b/.iflow/settings.json @@ -52,7 +52,7 @@ "filesystem": { "description": "提供完整的文件系统操作功能,包括文件读写、目录管理、文件搜索等,支持安全的路径验证和权限控制", "command": "npx", - "args": ["-y", "@iflow-mcp/server-filesystem@0.6.2", "E:\\yuantao"] + "args": ["-y", "@iflow-mcp/server-filesystem@0.6.2", "E:\\"] }, "mcp-server-code-runner": { "description": "多语言代码执行器,支持35种编程语言的代码片段执行,包括JavaScript、Python、Go、Java等主流语言",