This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryUpdates Chores, deps, and MCP Protocol Support across a mixed release.
Full changelog
What's Changed
Features
- feat(tool): add build failure summary by @mcncl in https://github.com/buildkite/buildkite-mcp-server/pull/330
Fixes
- chore(http): correctly return 4XX responses by @mcncl in https://github.com/buildkite/buildkite-mcp-server/pull/331
Chores
- chore(deps): update dependency go to v1.26.5 by @renovate[bot] in https://github.com/buildkite/buildkite-mcp-server/pull/334
- fix(deps): update go-minor-patch by @renovate[bot] in https://github.com/buildkite/buildkite-mcp-server/pull/335
- chore(deps): update all non-major dependencies by @renovate[bot] in https://github.com/buildkite/buildkite-mcp-server/pull/336
- chore(deps): update buildkite-pipelines by @renovate[bot] in https://github.com/buildkite/buildkite-mcp-server/pull/337
- chore(deps): upgrade mcp sdk for upcoming mcp protocol 2026-07-29 update by @wolfeidau in https://github.com/buildkite/buildkite-mcp-server/pull/333
New Contributors
- @renovate[bot] made their first contribution in https://github.com/buildkite/buildkite-mcp-server/pull/334
Tool Changes
New tool: get_build_failure_summary
- Diagnoses a Buildkite build failure in one call, replacing the usual sequence of build, job, log, annotation, and Test Engine queries.
- Returns build state, terminal problem and downstream failed or broken jobs, promised failures from still-running jobs, bounded log tails, error and warning annotations, and failed Test Engine executions.
- Defaults to bounded diagnostic output. Use
log_tail,max_jobs,max_annotations,max_test_runs,max_failed_tests, andmax_failed_tests_per_runto tune it, or disable optional sections withinclude_logs,include_annotations, andinclude_failed_tests. - Adds the
investigationstoolset for cross-domain build-failure diagnosis. It is included when using the defaultalltoolsets configuration and requires theread_builds,read_build_logs, andread_suitesscopes.
MCP Protocol Support
- Upgrades the official Go SDK to
v1.7.0-pre.3, adding support for the upcoming MCP2026-07-28protocol revision. - Streamable HTTP can now use the new stateless protocol with per-request metadata,
server/discover, and standardized routing and version headers, while preserving compatibility with2025-11-25and earlier clients through version negotiation. - The new protocol revision contains breaking changes for implementers. See The 2026-07-28 MCP Specification Release Candidate for details.
Full Changelog: https://github.com/buildkite/buildkite-mcp-server/compare/v1.14.1...v1.15.0
Breaking Changes
- MCP Protocol 2026‑07‑28 introduces breaking changes for implementers (see release notes).
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 buildkite/buildkite-mcp-server
Official MCP server for Buildkite. Create new pipelines, diagnose and fix failures, trigger builds, monitor job queues, and more.
Related context
Related tools
Beta — feedback welcome: [email protected]