This release adds 3 notable features for engineering teams evaluating rollout.
Published 2mo
MCP Developer Tools
✓ No known CVEs patched
✓ No known CVEs patched in this version
Summary
AI summaryAdded nine new tools, three prompts, and three resources expanding Zuul integration capabilities.
Full changelog
What's New
Major feature release — 23 tools (was 14), 3 prompts, 3 resources.
New Tools (9)
get_config_errors— why jobs aren't running: broken configs, missing refs, repo access issueslist_projects— discover all projects in a tenant with optional name filterlist_nodes— nodepool nodes with state summary (ready/in-use/building)list_labels— available node types that jobs can requestlist_semaphores— resource locks with holder count and capacitylist_autoholds— nodes held after failure for debuggingget_freeze_jobs— resolved job dependency graph for a pipeline/project/branchfind_flaky_jobs— analyze build history to detect intermittent failurestail_build_log— last N lines of a log, most token-efficient way to check failures
Prompts (3, new)
debug_build— pre-loads build details + structured failures in one actioncompare_builds— two builds side-by-side for differential analysischeck_change— live pipeline status or latest results for a change
Resources (3, new)
zuul://{tenant}/build/{uuid}— build details as attachable contextzuul://{tenant}/job/{name}— job configuration with variantszuul://{tenant}/project/{name}— project pipeline/job mappings
Other Improvements
- URL-based input — 7 tools accept Zuul URLs directly, auto-parsing tenant + UUID
- Streamable HTTP transport —
MCP_TRANSPORT=streamable-httpfor remote deployment - Tool filtering —
ZUUL_ENABLED_TOOLS/ZUUL_DISABLED_TOOLSto reduce LLM noise - ToolAnnotations —
readOnlyHint=Trueon all tools per MCP spec - Kerberos auth tests — previously untested auth.py now covered
- 169 tests (was 97, +74%)
Install / Upgrade
uvx mcp-zuul # run directly
pip install --upgrade mcp-zuul # or install
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About imatza-rh/mcp-zuul
Zuul CI integration with 14 tools for build failure analysis, log search, pipeline status, and job configuration.
Related context
Beta — feedback welcome: [email protected]