You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): Improve MCP package caching and Ollama startup reliability
- Pre-install MCP server packages (npm and uvx) before tests run
- Increase Ollama health check retries (10 -> 20) and intervals (10s -> 15s)
- Add Ollama model warm-up step to ensure model is loaded before tests
- This addresses timeout issues from npx/uvx package downloads during tests
0 commit comments