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.