Auto-detect and execute tests in sandboxed local development environments, supporting Python, Node, Bun, and multiple test runners for efficient debugging and validation.
Install Shadcn UI components using your preferred runtime (npm, pnpm, yarn, bun) by specifying the component name. Simplify UI management through natural language interactions.
Set up a local development environment from any GitHub repository. Clone the repo, configure dependencies, and execute tests or analyze coverage using supported frameworks like Python, Node, and Bun.
Execute npm/yarn/pnpm/bun test scripts directly through AI assistants. This MCP tool detects your package manager and runs the test command from your package.json with optional arguments via natural language inputs.
Set up a local development environment by specifying a filesystem path. Ideal for creating isolated sandboxes to run tests, analyze coverage, and manage Python, Node, Bun projects directly from your local directory.
A simple example MCP server built with Bun that provides basic utility tools including current time retrieval, message echoing, and number addition. Serves as a template for building MCP servers with Bun runtime.
Enables real-time communication between client and server using Server-Sent Events (SSE) for the Model Context Protocol, specifically built for the Bun JavaScript runtime.