Skip to content

Commit 69bba96

Browse files
committed
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.
1 parent 0e7d79c commit 69bba96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/filesystem/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Note: all directories must be mounted to `/projects` by default.
124124
"--mount", "type=bind,src=/path/to/other/allowed/dir,dst=/projects/other/allowed/dir,ro",
125125
"--mount", "type=bind,src=/path/to/file.txt,dst=/projects/path/to/file.txt",
126126
"mcp/filesystem",
127-
"/projects",
127+
"/projects"
128128
]
129129
}
130130
}

src/git/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ If you are doing local development, there are two ways to test your changes:
213213
```json
214214
{
215215
"mcpServers": {
216-
"brave-search": {
216+
"git": {
217217
"command": "docker",
218218
"args": [
219219
"run",

0 commit comments

Comments
 (0)