Skip to content

This release fixes issues for SREs watching stability and regressions.

Published 5d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

buildkite mcp-server

Summary

AI summary

Updates Chores, fix, and deps across a mixed release.

Full changelog

What's Changed

Fixes

  • fix: wire up seek_start param in search_logs by @wolfeidau in https://github.com/buildkite/buildkite-mcp-server/pull/324
  • fix: normalize search_logs entries to the documented {ts,c,rn} format by @wolfeidau in https://github.com/buildkite/buildkite-mcp-server/pull/325
  • docs: trim redundant examples from debug-logs-guide skill by @wolfeidau in https://github.com/buildkite/buildkite-mcp-server/pull/326

Chores

  • Add a renovate.json config/remove dependabot by @mcncl in https://github.com/buildkite/buildkite-mcp-server/pull/323
  • chore(deps): bump github.com/mattn/go-isatty from 0.0.22 to 0.0.23 by @dependabot[bot] in https://github.com/buildkite/buildkite-mcp-server/pull/320
  • chore(deps): bump github.com/alecthomas/kong from 1.15.0 to 1.16.0 by @dependabot[bot] in https://github.com/buildkite/buildkite-mcp-server/pull/321

Tool Changes

Changes to search_logs:

  • Fixes seek_start, which was accepted by the tool schema but silently dropped. It now correctly narrows where a search begins (most useful with reverse: true, to search backwards from a known point).
  • Normalizes returned entries to the same terse {ts, c, rn} format tail_logs and read_logs already use, instead of the underlying library's raw field names (content, row_number, timestamp) plus two previously-undocumented fields (flags, group). Cuts response size by roughly 40% in testing, since group names were being repeated on every context line.
  • Fixes rn being silently dropped from the very first log entry of a file (row 0), caused by an omitempty tag treating the zero row number as empty. This also affected tail_logs and read_logs, which share the same formatting code, and is fixed for both here too.

Full Changelog: https://github.com/buildkite/buildkite-mcp-server/compare/v1.12.0...v1.13.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

Track buildkite/buildkite-mcp-server

Get notified when new releases ship.

Sign up free

About buildkite/buildkite-mcp-server

Official MCP server for Buildkite. Create new pipelines, diagnose and fix failures, trigger builds, monitor job queues, and more.

All releases →

Related context

Earlier breaking changes

  • v1.4.0 Added required fields `org_slug`, `pipeline_slug`, `build_number`, `job_id`, `artifact_id` to `get_artifact` input schema.
  • v1.4.0 Removed `url` argument from `get_artifact` input schema.

Beta — feedback welcome: [email protected]