"," after last element of JSON object removed.

This commit is contained in:
freiit
2025-01-17 11:09:24 +01:00
committed by GitHub
parent 01b5cd554c
commit 0cf470e846

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