Skip to content

chore(release): prepare MCP Proxy 0.7.21#57

Open
oleg-bk wants to merge 1 commit into
mainfrom
codex/stage-mcp-proxy-0.7.21-hygiene
Open

chore(release): prepare MCP Proxy 0.7.21#57
oleg-bk wants to merge 1 commit into
mainfrom
codex/stage-mcp-proxy-0.7.21-hygiene

Conversation

@oleg-bk

@oleg-bk oleg-bk commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Stage 0 release hygiene for MCP Proxy 0.7.21 after Workflow Guard cleanup.

  • Bump aligned agentveil and agentveil-mcp-proxy versions to 0.7.21.
  • Update 0.7.21 changelog notes for TrapDoor P0 hardening plus the PR MCP Proxy onboarding and Approval Center foundation #60 onboarding / Approval Center foundation.
  • Update the MCP Proxy release-acceptance wheel example to 0.7.21.

Boundary

No tag, publish, release workflow, or VPS action is included.

Workflow Guard is not part of this MCP Proxy release path. PR #62 removed it from packages/agentveil-mcp-proxy.

Approval Center content in this release is foundation-only for dogfood. This does not claim a production-ready persistent Approval Center lifecycle.

Verification

Local hygiene checks on this branch:

PYTHONPATH=. /Users/olegboiko/Desktop/avp-sdk-public/.venv/bin/python - <<'PY'
import tomllib
from pathlib import Path
import agentveil
root = tomllib.loads(Path('pyproject.toml').read_text())['project']['version']
proxy = tomllib.loads(Path('packages/agentveil-mcp-proxy/pyproject.toml').read_text())['project']['version']
assert root == proxy == agentveil.__version__ == '0.7.21'
PY

Result: version sources synchronized to 0.7.21.

rg "workflow-guard|WorkflowGuard|workflow_guard" packages/agentveil-mcp-proxy

Result: no matches.

Previously completed gates:

Follow-up after merge

Run final release acceptance on the current 0.7.21 RC wheel, then request explicit operator approval before tag/publish.

Bump the aligned SDK and MCP Proxy package versions to 0.7.21, add Release 3 TrapDoor P0 changelog notes, and update the release acceptance wheel example.\n\nNo publish or tag is performed in this commit.\n\nImplemented with assistance from Codex.
@oleg-bk oleg-bk force-pushed the codex/stage-mcp-proxy-0.7.21-hygiene branch from 779b4d7 to c3c40be Compare June 4, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant