
MCP-Express-SSE
MCP服务器 - 带SSE的HTTP-对于远程服务器,请启动一个Web服务器,其中包含服务器范围事件(SSE)端点,用于将更新推向客户端,以及一个单独的端点,以接收从客户端发送的消息。
1
Github Watches
0
Github Forks
0
Github Stars
©collabnix.com
MCP Server - HTTP with SSE
Introduction
Get started with the Model Context Protocol (MCP) Click here
Clone, Build and Run!!
Step 1: Clone the repo
Step 2: npm install
Step 3: npm run build
Step 4: Run the MCP Server
npm start
Step 4: Run the inspector for debuging
npx @modelcontextprotocol/inspector node build/index.js
Step 5: In Inspector click the "Connect" button. That's it!!
Dependencies
npm install express
npm install typescript
npm install @types/node
npm install @types/express
npm install nodemon
npm install ts-node
npm install pre-commit
npm install rimraf
相关推荐
Confidential guide on numerology and astrology, based of GG33 Public information
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
Reviews

user_uny6m8Ai
I've been using mcp-express-sse by webmechanicx for my server-sent events projects, and it has significantly simplified my development process. The tool is intuitive and well-documented. The seamless integration and robust performance make it a must-have for developers working with real-time web applications. Check it out at https://github.com/webmechanicx/mcp-express-sse!