Files
gitea-mcp-custom/server.py
Ben 77a945bd1e
All checks were successful
Build and Push Gitea MCP Docker Image / build (push) Successful in 1m25s
feat: smart error extraction for failed workflow logs
For failed jobs, instead of just showing the tail (which is cleanup),
now scans for error patterns (, Error:, FAILED, TypeScript errors,
npm/pnpm errors, exit codes, etc.) and shows context around them.

Falls back to tail for successful jobs or if no errors detected.
2025-12-22 14:50:03 +00:00

19 KiB