Skip to content

Commit

Permalink
Update README.md for filesystem
Browse files Browse the repository at this point in the history
removed duplicate argument
  • Loading branch information
zckly authored Nov 21, 2024
1 parent 823e658 commit cc4d673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}

0 comments on commit cc4d673

Please sign in to comment.