🖥️ CMDB MCP Server

运行中 服务器正在监听端口 :8080

📡 可用端点

MCP 协议端点

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"

或打开 测试页面 进行可视化测试