Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading