From faf58ceb72e16140e998df43825ad9c711c85b41 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sat, 28 Mar 2026 23:06:13 -0700 Subject: [PATCH] Update packaging docs: fix stale versions, add missing CLI commands Sync the deployed services version table with current git tags (MCIAS v1.9.0, Metacrypt v1.3.1, MCR v1.2.1, MCNS v1.1.1, MCP v0.7.6) and add mcp logs and mcp edit to the command reference. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/packaging-and-deployment.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/packaging-and-deployment.md b/docs/packaging-and-deployment.md index 5cd2eb0..c4e0dc9 100644 --- a/docs/packaging-and-deployment.md +++ b/docs/packaging-and-deployment.md @@ -503,6 +503,8 @@ co-located on the same node). | `mcp restart ` | Restart containers in place | | `mcp ps` | List all managed containers and status | | `mcp status [service]` | Detailed status for a specific service | +| `mcp logs ` | Stream container logs | +| `mcp edit ` | Edit service definition | --- @@ -682,10 +684,10 @@ For reference, these services are operational on the platform: | Service | Version | Node | Purpose | |---------|---------|------|---------| -| MCIAS | v1.8.0 | (separate) | Identity and access | -| Metacrypt | v1.1.0 | rift | Cryptographic service, PKI/CA | +| MCIAS | v1.9.0 | (separate) | Identity and access | +| Metacrypt | v1.3.1 | rift | Cryptographic service, PKI/CA | | MC-Proxy | v1.2.1 | rift | TLS proxy and router | -| MCR | v1.2.0 | rift | Container registry | -| MCNS | v1.1.0 | rift | Authoritative DNS | +| MCR | v1.2.1 | rift | Container registry | +| MCNS | v1.1.1 | rift | Authoritative DNS | | MCDoc | v0.1.0 | rift | Documentation server | -| MCP | v0.4.0 | rift | Control plane agent | +| MCP | v0.7.6 | rift | Control plane agent |