"context_servers": {
"rust-mcp": {
"enabled": true,
"command": "rust-mcp-server",
"args": ["--workspace", "/home/ziimakc/apps/my-app/"], // if args not provided, `/home/ziimakc` is used
"env": {
"RUST_LOG": "info",
},
},
},
Expected behavior: mcp should run commands from cwd.
Adding mcp in zed ide runs commands form home dir
/home/ziimakcinstead of project/home/ziimakc/apps/my-app/cwd. Setting--workspaceevery time project changes is annoying.Expected behavior: mcp should run commands from cwd.