my-notion-mcp-server
0
The MCP server with Bun is a project using `bun.sh`, which is a fast, all-in-one JavaScript runtime. This project includes scripts for installing, running, and debugging an MCP server.
Overview
This project is an MCP server implemented using bun.sh
. It provides scripts for installing dependencies, running the server, and debugging. The server was created with bun init
using Bun, a fast all-in-one JavaScript runtime.
Features
- Install dependencies
- Run server
- Debug server
Usage
- Use
bun install
to install dependencies. - Use
bun server
to run the server. - Use
bun debug
to inspect/debug the server.