Refactor SSE endpoints to /mcp and fix library type errors
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 9s

This commit is contained in:
Ben
2025-12-24 01:57:38 +00:00
parent f5b0303f06
commit a0e808a16f
2 changed files with 25 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ docker-compose up -d
## 🔌 Connection
The server will be available at:
- **SSE Endpoint**: `http://localhost:8000/mcp/sse`
- **MCP Endpoint**: `http://localhost:8000/mcp`
- **Health Check**: `http://localhost:8000/health`
## 🛠️ Tools Included