A very simple boilerplate code to expose tools via MCP sse.
# Clone the repository
git clone <repository-url>
cd repository-name
# Install dependencies
yarn install
# Development mode
yarn dev
# Production mode
yarn build
yarn start
The server will start on port 3000 by default. You can change this by setting the SERVER_PORT
environment variable.
MIT