Commit Graph

12 Commits

Author SHA1 Message Date
Morax
1ab822e58d 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
2025-07-29 14:31:57 +08:00
Morax
7354e41d19 Fix server config: remove @latest to avoid package name conflict 2025-07-29 14:25:26 +08:00
Morax
81f5797082 Update Server config format for ModelScope compatibility 2025-07-29 14:18:23 +08:00
Morax
4c8ce14475 Add ModelScope MCP service configuration and NPM publishing setup 2025-07-29 14:13:14 +08:00
Morax
c82f79a529 feat: Update README and package.json for server configuration and repository details 2025-07-29 13:54:15 +08:00
Morax
bad857eeab feat: Add custom spread creation functionality and corresponding API endpoint 2025-07-29 13:31:11 +08:00
Morax
d5309f03c3 feat: Refactor random number generation to use a secure method from utils 2025-07-29 12:19:42 +08:00
Morax
755fbb7076 feat: Add Mirror of Truth tarot spread and its analysis functionality 2025-07-29 10:54:41 +08:00
Morax
671e12d2c3 feat: Add new tarot spreads and enhance reading interpretations 2025-07-28 23:00:28 +08:00
Morax
479809bd8e fix: Update author name in package.json to Morax 2025-07-28 22:21:50 +08:00
Morax
0cb4777284 chore: Remove outdated documentation files for CHANGELOG, IMPROVEMENTS, and SPREADS 2025-07-28 21:26:40 +08:00
Morax
cfe75ffb2b feat: Implement Tarot session management and reading spreads
- Added TarotSessionManager class to manage tarot reading sessions, including session creation, retrieval, reading addition, and cleanup of old sessions.
- Defined various tarot spreads in a new spreads module, including single card, three card, Celtic cross, and more, with detailed descriptions and meanings for each position.
- Created core types for tarot cards, readings, and sessions in a new types module to structure data effectively.
- Configured TypeScript settings in tsconfig.json for improved development experience and compatibility.
2025-07-28 20:29:58 +08:00