File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -137,15 +137,18 @@ standard network restrictions.
137137If your MCP server can't access the file system as expected:
138138
1391391 . 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 >
You can’t perform that action at this time.
0 commit comments