Skip to content

v0.3.0

Latest

Choose a tag to compare

@eli0shin eli0shin released this 27 Aug 13:17
· 0 commits to main since this release

Features

  • Add BUN_BE_BUN support for direct npm package execution (#3)

What's New: You can now run npm packages directly without redundant bunx calls:

# Before (redundant bunx):
bunx mcp-controller bunx @modelcontextprotocol/server-filesystem /path

# Now (clean UX):
bunx mcp-controller @modelcontextprotocol/server-filesystem /path

The controller automatically detects npm packages and uses the appropriate execution method, making the user experience much cleaner while maintaining full backward compatibility.