Agentic HIL is now prepared for official MCP Registry discovery under io.github.agentic-hil/agentic-hil.
Upgrade:
pip install --upgrade agentic-hilWhat changed:
- added validated
server.jsonmetadata for the PyPI package andmcp-stdioentry point - added the PyPI ownership marker required by the official MCP Registry
- publish PyPI first, then publish Registry metadata through GitHub OIDC without a long-lived Registry secret
- added bounded Registry publication retries and a default-branch-only recovery dispatch
- updated canonical repository URLs after the move to
agentic-hil/agentic-hil - retained the host-independent local installation and project policy path
Validation:
- Required CI passed on Python 3.10-3.13 across Linux, macOS, and Windows
- CodeQL and the production dependency audit passed
server.jsonpassed officialmcp-publisherv1.8.0 validation- wheel and sdist passed
twine check; the wheel contains the exact PyPI ownership marker
Known limitation:
- the official MCP Registry is still in preview and may introduce breaking changes or data resets
- Registry discovery does not replace
.agentic-hil/config.yaml; hardware access remains policy-gated
Full Changelog: v0.2.2...v0.2.3