🧩 Feature Request: Add Support for bunx in MCP Integration
#3524
Replies: 1 comment
-
|
Hi There! In order to increase visibility of product requests, we're consolidating requests on similar features and topics. Therefore, I'm going to close this Discussion, and add your comments to this canonical one: Thanks for understanding and being a valuable member of the Kilo Code Community! |
Beta Was this translation helpful? Give feedback.
0 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.
-
Description:
Currently, the MCP integration only supports running commands through
npxor Node-based executors. However, many modern JavaScript environments (especially Bun-based projects) use[bunx](https://bun.sh/docs/cli/bunx)as a faster and more lightweight alternative tonpx.Adding first-class support for
bunxwould allow developers who rely on Bun to seamlessly run MCP-compatible commands (e.g.,cursor-talk-to-figma-mcp@latest) without requiring Node or npm.Proposed Behavior
Detect when Bun is available in the environment (
bunorbunxin PATH).Prefer
bunxovernpxwhen executing MCP commands, or allow explicit configuration via:Fallback gracefully to
npxif Bun is not installed.Benefits
Acceptance Criteria
bunx.npxandbunx.bunxis missing on system.Example
Beta Was this translation helpful? Give feedback.
All reactions