-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Description
App Version
Roo Code 3.18.3
VSCode 1.100.2
macOS 15.4.1
API Provider
Not Applicable / Other
Model Used
N/A
π Steps to Reproduce
- install docker desktop
docker pull mcp/filesystem- create the following MCP configuration:
"mcpServers": {
"filesystem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount", "${workspaceFolder}",
"mcp/filesystem",
"/projects"
]
}
}Filesystem MCP is used here as a simple example, but any dockerized MCP server that needs access to the files in the workspace will have this problem.
π₯ Outcome Summary
Expected Result:
- dockerized filesystem MCP server run with the current workspace folder mounted to
/projectswithin the container
Actual result: Filesystem MCP server fails to run.
π Relevant Logs or Errors (Optional)
Server "filesystem" info: invalid argument "type=bind,src=${workspaceFolder}" for "--mount" flag: target is required ...note that ${workspaceFolder} has been included verbatim in the argument, instead of the actual path to the workspace.
Metadata
Metadata
Assignees
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done