MCP.so
登录

mcp-sse-server-demo

@arthur-vr

关于 mcp-sse-server-demo

mcp sse server demo

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

arthur-vr

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-sse-server-demo?

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

How to use mcp-sse-server-demo?

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

Key features of mcp-sse-server-demo

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

Use cases of mcp-sse-server-demo

  • Demonstrating an MCP server with SSE.
  • Providing calculator functionality over MCP.
  • Testing MCP client connections locally.

FAQ from mcp-sse-server-demo

What transport does the server use?

SSE (Server-Sent Events), as indicated by the server name.

What is the default port and host?

localhost:8083.

How do I build and run the server?

Run npm run build then npm start. For development, use npm run dev.

What does the server do?

It implements a calculator, based on the source file src/calculator.ts.

评论

其他 分类下的更多 MCP 服务器