Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 6d 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

Added list_skills and load_skill tools for discovering and loading usage guides.

Full changelog

What's Changed

  • feat: add list_skills/load_skill tools for discoverable usage guides by @wolfeidau in https://github.com/buildkite/buildkite-mcp-server/pull/322

Tool Changes

New tools: list_skills and load_skill

  • Discover and load on-demand usage guides for Buildkite MCP tools, instead of relying solely on tool descriptions or the server's static instructions.
  • list_skills lists available skill guides, optionally filtered with a query string matched against each guide's name and description.
  • load_skill returns the full text of a named skill guide.
  • The first skill is debug-logs-guide, the existing guide for debugging build failures with tail_logs, search_logs, and read_logs. It was previously available only as a passive MCP resource (buildkite://debug-logs-guide); it's now also discoverable and loadable as a tool.

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