v1.12.0
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_skillslists available skill guides, optionally filtered with aquerystring matched against each guide's name and description.load_skillreturns the full text of a named skill guide.- The first skill is
debug-logs-guide, the existing guide for debugging build failures withtail_logs,search_logs, andread_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