- 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)
16 lines
147 B
Plaintext
16 lines
147 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
venv
|
|
|
|
# ai
|
|
.cunzhi-memory/
|
|
.kilocode/
|