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.
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.
A high-performance MCP server that enables AI assistants to safely interact with MySQL databases through secure CRUD operations, schema inspection, and parameterized queries with built-in SQL injection prevention.
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.