Skip to content

Commit 390c6f1

Browse files
committed
Update troubleshooting
1 parent a0d03e5 commit 390c6f1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/toolhive/guides-cli/filesystem-access.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,18 @@ standard network restrictions.
137137
If your MCP server can't access the file system as expected:
138138

139139
1. Verify that the paths in your profile or volume flag are correct
140-
2. Check that the permissions are set correctly (read/write)
141-
3. Inspect the container's mounted paths to ensure they match your expectations:
140+
2. Ensure the host paths exist and have the correct permissions
141+
- The MCP server runs as a specific user inside the container, so the host
142+
paths must be accessible to that user
143+
3. Check that the permissions are set correctly (read/write)
144+
4. Inspect the container's mounted paths to ensure they match your expectations:
142145

143146
```bash
144147
docker inspect <SERVER_NAME>
145148
```
146149

147150
Look for the `Mounts` section to see how paths are mapped.
148151

149-
4. Restart the server with the updated profile or corrected volume mount
152+
5. Restart the server with the updated profile or corrected volume mount
150153

151154
</details>

0 commit comments

Comments
 (0)