mcp-sse-server-demo

by arthur-vr

314 downloads
Not rated
GitHub

About

mcp-sse-server-demo is an MCP server that runs on localhost:8083. It demonstrates a calculator tool using SSE (Server-Sent Events) transport.

Details

Author
arthur-vr
Downloads
314
Categories
Other

- Default port: localhost:8083.
- Built with TypeScript.
- Starts via tsx dist/calculator.js.
- Implements a calculator tool.
- Uses SSE transport.

Build with npm run build, then start the server on default port 8083 with npm start. For development, use npm run dev.

mcp-sse-server-demo

default port localhost:8083 `` "scripts": { "build": "tsc", "start": "tsx dist/calculator.js", "dev": "tsx watch src/calculator.ts" } ``
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.