Commit Graph

4 Commits

Author SHA1 Message Date
wmymz
79e369ed5e feat: 0.1.8版本发布,增加key检测 2025-11-19 15:05:48 +08:00
wmymz
2917c102b7 feat: optimize logging system and add tool debugging interface (v0.1.5)
- Redirect FastAPI/Uvicorn logs to loguru to prevent MCP stdio protocol pollution
- Implement InterceptHandler class to intercept standard library logging
- Configure uvicorn with log_config=None to disable default logging
- Remove console log output, only output to file
- Add /api/tools endpoint to list available tools
- Update README with version 0.1.5 features (Chinese and English)
2025-11-10 10:22:11 +08:00
wmymz
c15139f5ee feat: add multi-encoding support, .gitignore integration, and WebSocket optimization
- Add multi-encoding file support (UTF-8, GBK, GB2312, Latin-1)
- Add .gitignore integration for automatic pattern exclusion
- Optimize WebSocket reconnection with exponential backoff
- Change tool response format from list to dict for better compatibility
- Add bilingual README (Chinese and English)
- Update installation instructions
- Add project description to pyproject.toml
2025-11-07 13:20:18 +08:00
wmymz
48ead800fd init 2025-11-06 18:18:19 +08:00