Skip to content

Commit 5260979

Browse files
authored
Merge pull request #2435 from vksampath/main
Update src/filesystem/README.md
2 parents 5c4d92e + a688cca commit 5260979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/filesystem/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Node.js server implementing Model Context Protocol (MCP) for filesystem operatio
99
- Move files/directories
1010
- Search files
1111
- Get file metadata
12-
- Dynamic directory access control via [Roots](https://modelcontextprotocol.io/docs/concepts/roots)
12+
- Dynamic directory access control via [Roots](https://modelcontextprotocol.io/docs/learn/client-concepts#roots)
1313

1414
## Directory Access Control
1515

16-
The server uses a flexible directory access control system. Directories can be specified via command-line arguments or dynamically via [Roots](https://modelcontextprotocol.io/docs/concepts/roots).
16+
The server uses a flexible directory access control system. Directories can be specified via command-line arguments or dynamically via [Roots](https://modelcontextprotocol.io/docs/learn/client-concepts#roots).
1717

1818
### Method 1: Command-line Arguments
1919
Specify Allowed directories when starting the server:
@@ -22,7 +22,7 @@ mcp-server-filesystem /path/to/dir1 /path/to/dir2
2222
```
2323

2424
### Method 2: MCP Roots (Recommended)
25-
MCP clients that support [Roots](https://modelcontextprotocol.io/docs/concepts/roots) can dynamically update the Allowed directories.
25+
MCP clients that support [Roots](https://modelcontextprotocol.io/docs/learn/client-concepts#roots) can dynamically update the Allowed directories.
2626

2727
Roots notified by Client to Server, completely replace any server-side Allowed directories when provided.
2828

0 commit comments

Comments
 (0)