Update README.md for filesystem

removed duplicate argument
This commit is contained in:
Zachary Lee
2024-11-21 11:28:08 -05:00
committed by GitHub
parent 823e658d87
commit cc4d673ba4

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"]
}
}