git clone https://github.com/shiahonb777/turn-mcp.git
cd turn-mcp
npm install
npm run build
npm startThe console runs at http://127.0.0.1:3737/ and the MCP endpoint is http://127.0.0.1:3737/mcp.
- Keep the runtime dependency surface small.
- Prefer the existing TypeScript and vanilla JS style.
- Update
README.mdwhen behavior or configuration changes. - Run
npm run buildbefore opening a pull request.
Open focused pull requests with a clear problem statement, the concrete change, and any user-facing impact.
For bugs, include reproduction steps, expected behavior, actual behavior, and your Node.js version.