Merge pull request #539 from freiit/patch-2

"," after last element of JSON object removed.
This commit is contained in:
David Soria Parra
2025-01-20 18:11:08 +00:00
committed by GitHub

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/other/allowed/dir,dst=/projects/other/allowed/dir,ro",
"--mount", "type=bind,src=/path/to/file.txt,dst=/projects/path/to/file.txt", "--mount", "type=bind,src=/path/to/file.txt,dst=/projects/path/to/file.txt",
"mcp/filesystem", "mcp/filesystem",
"/projects", "/projects"
] ]
} }
} }