macp-runtime 0.7.1

MACP reference runtime: a coordination kernel and gRPC server enforcing session boundaries, message validation, append-only history, modes, and governance policy.
Documentation
1
2
3
4
5
6
7
8
[toolchain]
# Pinned to current stable so local dev, CI, and publish all run the same
# compiler (previously local ran the 1.89.0 MSRV pin while CI ran floating
# stable, so clippy results diverged). The MSRV itself is declared as
# `rust-version = "1.89.0"` in Cargo.toml and gated by the CI `check` job.
# Keep this in sync with RUST_TOOLCHAIN in .github/workflows/*.yml and the
# builder image in Dockerfile.
channel = "1.96.1"