This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryAdd step_key and group_key filters to list_jobs and lightweight annotation summaries in get_build.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds step_key and group_key filters to list_jobs API Adds step_key and group_key filters to list_jobs API Source: llm_adapter@2026-07-20 Confidence: medium |
— |
| Feature | Medium |
Returns compact job summaries by default from list_jobs API Returns compact job summaries by default from list_jobs API Source: llm_adapter@2026-07-20 Confidence: medium |
— |
| Feature | Medium |
Adds lightweight annotation summaries to get_build API response Adds lightweight annotation summaries to get_build API response Source: llm_adapter@2026-07-20 Confidence: medium |
— |
| Feature | Medium |
Limits get_build annotations to 100 with truncation flag Limits get_build annotations to 100 with truncation flag Source: llm_adapter@2026-07-20 Confidence: medium |
— |
| Bugfix | Medium |
Reduces list_jobs response payload size Reduces list_jobs response payload size Source: llm_adapter@2026-07-20 Confidence: medium |
— |
Full changelog
What's Changed
- Add job step and group key filters by @mitchbne in https://github.com/buildkite/buildkite-mcp-server/pull/318
- fix: reduce list jobs response payload by @wolfeidau in https://github.com/buildkite/buildkite-mcp-server/pull/319
- Allow for annotation summary on get_build by @mcncl in https://github.com/buildkite/buildkite-mcp-server/pull/315
Tool Changes
Changes to list_jobs:
- Returns compact, actionable job summaries by default, reducing token usage while retaining job IDs and failure diagnostics. Use
detail_level: "detailed"for execution metadata ordetail_level: "full"for the previous full response. - Adds
step_keyandgroup_keyfilters, making it possible to fetch all parallel jobs for a step or all jobs in a group. - Includes soft-failure, signal, step, and retry context in summaries when available.
Changes to get_build:
- Includes lightweight annotation summaries with each annotation's ID, context, style, scope, associated job, and priority, while omitting potentially large annotation bodies.
- Returns up to 100 annotation summaries and sets
annotations_truncatedwhen more are available. Uselist_annotationsto retrieve full annotation bodies or continue exploring annotations.
Full Changelog: https://github.com/buildkite/buildkite-mcp-server/compare/v1.10.0...v1.11.0
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]