Skip to content

As Decided v0.26.2 — Official MCP Registry

Latest

Choose a tag to compare

@tcballard tcballard released this 01 Aug 21:38
dbd2d02

As Decided v0.26.2 gives the official MCP Registry a package it can actually install: the native Rust MCP server, shipped as a versioned OCI image.

  • Releases now publish decided-mcp as ghcr.io/asdecided/core:mcp-v0.26.2, alongside the existing CLI image.
  • The CLI image keeps its existing entrypoint and tags. MCP uses explicit mcp-v<version> and mcp-latest tags, so existing container users do not get a silent behavior change.
  • Registry publication is pinned to the immutable release tag and verifies the public image, canonical io.github.asdecided/core ownership label, and native decided-mcp entrypoint before publishing through GitHub OIDC.
  • Core now includes the dedicated MCP target needed for the Docker MCP Catalog and the reviewed app specification needed for Pilot Protocol. Those external listings remain separate acceptance and verification steps.

This patch corrects the earlier Cargo-backed Registry design: Cargo remains a supported native installation route, but the live official Registry does not accept Cargo package records. There is no new retrieval, validation, enforcement, or MCP protocol behavior in v0.26.2.

Install

Homebrew:

brew install asdecided/tap/asdecided-core

Cargo:

cargo install decided
cargo install decided-mcp

OCI MCP server:

docker run --rm -i -v "$PWD:/work:ro" \
  ghcr.io/asdecided/core:mcp-v0.26.2 --root /work

The OCI server remains local and read-only. It can access only the repository explicitly mounted into the container; As Decided does not upload or host the corpus.