Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager.
Why this server?
Provides alternative installation method using Bun package manager for users experiencing issues with NPX
Why this server?
Supports local development with Bun, providing setup instructions and development scripts for running and testing the MCP server.
Why this server?
Provides alternative installation method for running the MCP server with Bun package manager
Why this server?
The server is built using Bun as its JavaScript runtime environment, allowing for fast execution of the MCP server that interfaces with the Bitcoin data API.
Why this server?
Used for fast testing and development in the project
Why this server?
The README shows a command for running the web server using Bun as an alternative runtime: 'bun src/notes-web-server.ts --dynamodb ...'
Why this server?
Detects Bun projects and provides intelligent command execution with automatic fallback suggestions when npm commands fail in Bun workspaces
Why this server?
Uses Bun for fast testing and development of the MCP server.
Why this server?
Used for fast testing and development of the MCP server