fix: update filesystem readme

The README for the filesystem MCP setup had a trailing comma (invalid
JSON syntax). This addresses that.

Along the way, as I was testing out Claude's use of the filesystem, I
asked it to check for other inconsistencies. Here are a few others.
This commit is contained in:
Cass Petrus
2024-12-22 12:04:12 -08:00
parent 0e7d79c580
commit 69bba96dab
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ Note: all directories must be mounted to `/projects` by default.
"--mount", "type=bind,src=/path/to/other/allowed/dir,dst=/projects/other/allowed/dir,ro",
"--mount", "type=bind,src=/path/to/file.txt,dst=/projects/path/to/file.txt",
"mcp/filesystem",
"/projects",
"/projects"
]
}
}

View File

@@ -213,7 +213,7 @@ If you are doing local development, there are two ways to test your changes:
```json
{
"mcpServers": {
"brave-search": {
"git": {
"command": "docker",
"args": [
"run",