Skip to content

v1.22.0

Latest

Choose a tag to compare

@halogenandtoast halogenandtoast released this 04 Sep 06:45
· 7 commits to main since this release
565af31

Buildkite MCP server v1.22.0 adds tools for listing, inspecting, and creating cluster secrets, along with improved observability for MCP eval runs.

What's Changed

Features

Development and Evals

Tool Changes

New cluster_secrets toolset:

  • list_cluster_secrets lists cluster secret metadata with page-based pagination.
  • get_cluster_secret retrieves metadata for a named cluster secret without exposing its write-only value.
  • Both read tools require the read_secrets_details scope and remain available in read-only mode.
  • create_cluster_secret creates a secret with optional description and access policy fields.
  • The create tool requires the write_secrets scope and is excluded from read-only mode.

Eval Changes

  • Eval runs now publish per-entry and per-scenario metrics to Datadog, including goal completion, duration, tool calls, wait time, and token usage.
  • Metric collection remains separate from publication so LLM-driven eval steps cannot access the Datadog API key.
  • Publishing is best-effort and does not fail an eval entry when Datadog is unavailable.

New Contributors

Full Changelog: v1.21.0...v1.22.0