Skip to content

chore(deps): update ghcr.io/buildkite/buildkite-mcp-server docker tag to v1.17.0 - #1440

Merged
rdimitrov merged 4 commits into
mainfrom
renovate/ghcr.io-buildkite-buildkite-mcp-server-1.x
Aug 10, 2026
Merged

chore(deps): update ghcr.io/buildkite/buildkite-mcp-server docker tag to v1.17.0#1440
rdimitrov merged 4 commits into
mainfrom
renovate/ghcr.io-buildkite-buildkite-mcp-server-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/buildkite/buildkite-mcp-server (source) minor 1.14.11.17.0

Release Notes

buildkite/buildkite-mcp-server (ghcr.io/buildkite/buildkite-mcp-server)

v1.17.0

Compare Source

What's Changed
Features
Fixes
Internal
Dependencies
Tool Changes

New tool: wait_for_build

  • Waits for a build to reach a terminal state, polling for up to 45 seconds per call so it returns within common MCP client request timeouts.
  • Returns finished: false with the current state and elapsed time when the build is still running; call it again to continue waiting. After roughly ten consecutive calls, stop and report that the build is still running rather than polling indefinitely.
  • Returns finished: true with build detail and annotation summaries when the build settles. Jobs and annotation bodies remain available through list_jobs, get_job, and list_annotations.
  • Treats passed, failed, canceled, skipped, not-run, and blocked builds as terminal, and preserves the last observed state across transient polling errors.

Changes to list_jobs and get_job:

  • Fixes job responses failing to decode when any job was killed by a signal, including timed-out jobs terminated with SIGKILL.
  • Reports signal using its actual API representation, so values are symbolic strings such as "SIGKILL" rather than numbers.

Full Changelog: buildkite/buildkite-mcp-server@v1.16.0...v1.17.0

v1.16.0

Compare Source

What's Changed
Internal
Dependencies

Full Changelog: buildkite/buildkite-mcp-server@v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed
Features
Fixes
Chores
New Contributors
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, and max_failed_tests_per_run to tune it, or disable optional sections with include_logs, include_annotations, and include_failed_tests.
  • Adds the investigations toolset for cross-domain build-failure diagnosis. It is included when using the default all toolsets configuration and requires the read_builds, read_build_logs, and read_suites scopes.
MCP Protocol Support
  • Upgrades the official Go SDK to v1.7.0-pre.3, adding support for the upcoming MCP 2026-07-28 protocol 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 with 2025-11-25 and 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: buildkite/buildkite-mcp-server@v1.14.1...v1.15.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am on friday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Aug 7, 2026
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Registry Build Preview

All registries built successfully!

Registry: official

  • Total Servers: 84
    • Container-based: 52
    • Remote: 32
  • Skills: 0
  • File Size: 2.5M
  • Last Updated: 2026-08-07T13:36:11Z

Registry: toolhive

  • Total Servers: 110
    • Container-based: 78
    • Remote: 32
  • Skills: 185
  • File Size: 3.0M
  • Last Updated: 2026-08-07T13:36:11Z

…vers:\n- buildkite\n- buildkite\n\nAutomatically updated using 'catalog update-tools' command.\n\nCo-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

MCP Server Tool List Updates (server.json)

The tool lists for modified MCP server entries have been automatically updated using catalog update-tools.

Summary

Server Status Details
buildkite Updated Tool list refreshed
buildkite Updated Tool list refreshed

This comment is automatically generated and will be updated as the workflow progresses.

@renovate

renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

danbarr and others added 2 commits August 7, 2026 09:34
BUILDKITE_BASE_URL, BUILDKITE_TOOLSETS, BUILDKITE_READ_ONLY, and
BUILDKITE_FAILURE_SUMMARY_MAX_JOBS (new in v1.15.0) were supported by
the server but missing from the catalog entry's environmentVariables.

Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
…vers:\n- buildkite\n- buildkite\n\nAutomatically updated using 'catalog update-tools' command.\n\nCo-authored-by: danbarr <danbarr@users.noreply.github.com>
@danbarr

danbarr commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Added a follow-up commit here to fill in env vars that were missing from the catalog entry: BUILDKITE_BASE_URL, BUILDKITE_TOOLSETS, BUILDKITE_READ_ONLY, and BUILDKITE_FAILURE_SUMMARY_MAX_JOBS (new in v1.15.0). These were supported by the server but never added to environmentVariables in either registry entry.

@rdimitrov
rdimitrov merged commit f9549c3 into main Aug 10, 2026
11 checks passed
@rdimitrov
rdimitrov deleted the renovate/ghcr.io-buildkite-buildkite-mcp-server-1.x branch August 10, 2026 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants