This release adds 4 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Affected surfaces
Summary
AI summaryAdded check_health tool, Kerberos startup retry with backoff, _sanitize_url helper, and consistency test; fixed auth log detail inclusion.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds check_health tool to test API connectivity, auth status, and config with automatic Kerberos re-auth Adds check_health tool to test API connectivity, auth status, and config with automatic Kerberos re-auth Source: llm_adapter@2026-07-13 Confidence: high |
— |
| Feature | Low |
Adds _sanitize_url() helper to strip credentials from URLs for safe display in tool responses Adds _sanitize_url() helper to strip credentials from URLs for safe display in tool responses Source: llm_adapter@2026-07-13 Confidence: high |
— |
| Feature | Low |
Adds tool count consistency test to prevent drift between __init__.py, CLAUDE.md, and README.md Adds tool count consistency test to prevent drift between __init__.py, CLAUDE.md, and README.md Source: llm_adapter@2026-07-13 Confidence: high |
— |
| Feature | Low |
Adds startup Kerberos auth retry with backoff (3 attempts, 5s/10s delays) to prevent MCP server failure when ticket is invalid Adds startup Kerberos auth retry with backoff (3 attempts, 5s/10s delays) to prevent MCP server failure when ticket is invalid Source: llm_adapter@2026-07-13 Confidence: low |
— |
| Feature | Low |
Implements startup Kerberos authentication retry with backoff (3 attempts, 5s/10s delays) Implements startup Kerberos authentication retry with backoff (3 attempts, 5s/10s delays) Source: granite4.1:30b@2026-07-13-audit Confidence: low |
— |
| Bugfix | Medium |
Fixes startup auth logs to include exception details for production debuggability Fixes startup auth logs to include exception details for production debuggability Source: llm_adapter@2026-07-13 Confidence: high |
— |
Full changelog
Added
check_healthtool — test API connectivity, auth status, and config in one call; triggers Kerberos re-auth automatically via theapi()wrapper- Startup Kerberos auth retry with backoff (3 attempts, 5s/10s delays) — prevents MCP server startup failure when the Kerberos ticket is not yet valid
_sanitize_url()helper — strips credentials from URLs for safe display in tool responses- Tool count consistency test — prevents drift between
__init__.py,CLAUDE.md, andREADME.md
Fixed
- Startup auth logs now include the exception details for production debuggability
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]