Skip to content

Commit 0cf470e

Browse files
authored
"," after last element of JSON object removed.
1 parent 01b5cd5 commit 0cf470e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
}

0 commit comments

Comments
 (0)