Skip to content

Agentic HIL v0.2.3

Latest

Choose a tag to compare

@j4rvisstant j4rvisstant released this 14 Jul 15:13
f67358f

Agentic HIL is now prepared for official MCP Registry discovery under io.github.agentic-hil/agentic-hil.

Upgrade:

pip install --upgrade agentic-hil

What changed:

  • added validated server.json metadata for the PyPI package and mcp-stdio entry 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.json passed official mcp-publisher v1.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