wmymz
a4f6b4a5c0
```
...
docs(readme): 更新版本号至 0.1.7 并清理冗余导入 (main)
在 pyproject.toml 中将版本号由 0.1.6 更新为 0.1.7。
修订 README.md,删除“最新”标识以保持版本记录一致。
移除 search_context.py 中不必要的 __future__ 导入语句。
```
2025-11-14 16:00:30 +08:00
wmymz
4e1c7d96fb
```
...
docs(readme): 更新版本信息至 0.1.6 并添加改进说明 (main)
更新 README.md 中的最新版本号至 0.1.6。
新增改进项说明,包含接口请求优化与代理环境兼容。
保留原有 0.1.5 版本记录,完善版本更新历史。
```
2025-11-14 15:04:11 +08:00
Lawrence Sinclair
4d3e45ef9c
Add MseeP.ai badge to README.md
2025-11-14 00:05:20 +11: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
Frank Fiegel
161530b6be
add MCP server badge
2025-11-06 06:05:52 -06:00
wmymz
48ead800fd
init
2025-11-06 18:18:19 +08:00