Merge pull request #20 from modelcontextprotocol/zckly-patch-1

Update README.md for filesystem
This commit is contained in:
Mahesh Murag
2024-11-21 17:31:53 +01:00
committed by GitHub

View File

@@ -84,6 +84,6 @@ Add this to your `claude_desktop_config.json`:
{
"mcp-server-filesystem": {
"command": "mcp-server-filesystem",
"args": ["Users/username/Desktop", "Users/username/Desktop", "/path/to/other/allowed/dir"]
"args": ["Users/username/Desktop", "/path/to/other/allowed/dir"]
}
}