@cmd_runner interactive command #1238
hampgoodwin
started this conversation in
Tools
Replies: 1 comment 2 replies
-
No there's not. It will just run commands, albeit, prompting the user if they're okay to action them. It might be worth investigating MCP Hub. I imagine there's some servers out there that do this already. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Perhaps this is more of just an 'nvim' question, or how cmd_runner runs the command; but I would like to allow cmd_runner to call something like
npm crate vite@latest
interactively so that I can make selections. It seems that @cmd_runner uses quick commands, which doesn't allow for interactive operation.Is there pre-existing config somewhere for how cmd_runner runs commands?
Beta Was this translation helpful? Give feedback.
All reactions