From 8aea2cba72e82ad2556af7dcbc85e4fe6e6616a0 Mon Sep 17 00:00:00 2001 From: tarunag10 Date: Sun, 28 Jun 2026 13:04:46 +0530 Subject: [PATCH] docs: clarify explicit filesystem roots --- src/filesystem/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/filesystem/README.md b/src/filesystem/README.md index c099da1e8c..69ba2c7071 100644 --- a/src/filesystem/README.md +++ b/src/filesystem/README.md @@ -250,6 +250,11 @@ Note: all directories must be mounted to `/projects` by default. } ``` +Use explicit path arguments when you want the filesystem scope to be reviewable +from this committed config. Running the server without path arguments is valid +for clients that provide MCP roots at runtime, but then the access boundary is +determined by the client session rather than by the JSON configuration. + On Windows, use `cmd /c` to launch `npx`: ```json @@ -328,6 +333,11 @@ Note: all directories must be mounted to `/projects` by default. } ``` +Use explicit path arguments when you want the filesystem scope to be reviewable +from this committed config. Running the server without path arguments is valid +for clients that provide MCP roots at runtime, but then the access boundary is +determined by the client session rather than by the JSON configuration. + On Windows, use: ```json