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
The get_job_logs tool currently returns complete job logs, which can be extremely long and inefficient when used as MCP tool context for LLMs. Adding log truncation options like tail_lines parameters would help focus on relevant failure information.
Problem
When debugging CI/CD failures using the get_job_logs tool in LLM conversations: