git-a2a 1.6.0-rc.2
Pre-release
Pre-release
·
17 commits
to main
since this release
What is new in 1.6.0-rc.2
This candidate makes the MCP surface auditable instead of relying on repeated prose. The eight
default tools and six write-enabled tools now share one source for registration, descriptions,
access gates, protocol annotations, golden tests, and generated documentation.
The result is a reviewable 14-row tool-text audit: a future tool change cannot silently leave
the CLI reference, MCP guide, Agent Skill context, or tools/list contract behind.
Changelog
Bug fixes
- Generate documented MCP tool facts from the registration contract.
- Enumerate all eight default tools explicitly, including cache-restoring
fetch. - Verify the complete live tool metadata against its golden and generated audit table.
Install and verify
go install github.com/neprel/git-a2a/cmd/git-a2a@v1.6.0-rc.2
curl -fsSL https://git-a2a.com/install.sh | GIT_A2A_VERSION=1.6.0-rc.2 bashVerify downloaded archives against checksums.txt and GitHub build provenance. See the
CLI reference and
MCP tool text audit.