运行中 服务器正在监听端口 :8080
GET /sse - Model Context Protocol Server-Sent Events
用于 Claude Desktop 等 AI 工具集成
GET /demo/events - SSE 演示流
GET /health - 健康检查
使用 curl 测试:
curl -N "http://localhost:8080/demo/events" curl "http://localhost:8080/health"
或打开 测试页面 进行可视化测试