You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some MCP Servers allow for configurations provided via arguments. It would be great to have global configured MCP Servers where the arguments can change regarding to the current project scope.
e.g. the rust_filesystem_server allows for restricting the accessible paths by this tool.
It would be great to have a mechanismen to pass the current project directory (where vibe is started) as an argument to the mcp server.
Proposed solution
[[mcp_servers]]
name = "rust_filesystem_server"
transport = "stdio"
command = "rust-mcp-filesystem"
args = [
"${workingdir}",
]
replace ${workingdir} with the current folder where vibe is started.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Component
CLI
Problem statement
Some MCP Servers allow for configurations provided via arguments. It would be great to have global configured MCP Servers where the arguments can change regarding to the current project scope.
e.g. the
rust_filesystem_serverallows for restricting the accessible paths by this tool.It would be great to have a mechanismen to pass the current project directory (where vibe is started) as an argument to the mcp server.
Proposed solution
replace
${workingdir}with the current folder where vibe is started.Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions