@iflow-mcp/dotneet-bun-mcp-server
v1.0.0
Published
```bash bun create github.com/dotneet/bun-mcp-server new_project_name cd new_project_name ```
Readme
Template for Bun MCP Server
Usage
Create a new project
bun create github.com/dotneet/bun-mcp-server new_project_name
cd new_project_nameImplement MCP server
Use Claude Code or any other tools you prefer.
# Edit spec.txt to describe what you want
vim spec.txt
claude "Read spec.txt and implement an MCP Server according to the specifications."Build the server
bun run buildTesting and Debugging
# You can use [inspector](https://github.com/modelcontextprotocol/inspector) for testing and debugging.
package_name=$(bun run show-package-name)
npx @modelcontextprotocol/inspector dist/$package_nameInstall
# Install the command to $HOME/bin or your preferred path
cp dist/$package_name $HOME/bin/