Skip to content

v1.12.0

Choose a tag to compare

@wolfeidau wolfeidau released this 21 Jul 07:32
8432257

What's Changed

  • feat: add list_skills/load_skill tools for discoverable usage guides by @wolfeidau in #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: v1.11.0...v1.12.0