Fix SSE endpoint and improve server deployment

- Enhanced SSE endpoint with better error handling and logging
- Added comprehensive API info endpoint
- Improved server startup logging with all endpoints
- Updated Dockerfile to use SSE transport by default
- Added debug script for SSE connection troubleshooting
- Server now binds to 0.0.0.0 for better container compatibility
This commit is contained in:
Morax
2025-07-29 14:31:57 +08:00
parent 7354e41d19
commit 1ab822e58d
4 changed files with 115 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ A professional-grade Model Context Protocol (MCP) server for Rider-Waite tarot c
```json
{
"command": "npx",
"args": ["tarot-mcp-server"],
"args": ["tarot-mcp-server@latest"],
"env": {
"NODE_ENV": "production"
}