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-mcpasghcr.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>andmcp-latesttags, 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/coreownership label, and nativedecided-mcpentrypoint 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-coreCargo:
cargo install decided
cargo install decided-mcpOCI MCP server:
docker run --rm -i -v "$PWD:/work:ro" \
ghcr.io/asdecided/core:mcp-v0.26.2 --root /workThe 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.