Skip to content

Release 0.12.0

Choose a tag to compare

@tercel tercel released this 01 Apr 06:07
· 4 commits to main since this release

Added

  • Config Bus namespace registration (F-033) — Registers mcp namespace with apcore Config Bus (APCORE_MCP env prefix). MCP configuration (transport, host, port, auth, explorer) can be managed via unified apcore.yaml.
  • Error Formatter Registry integration (F-034) — MCPErrorFormatter registered with apcore's ErrorFormatterRegistry, formalizing MCP error formatting into the shared protocol.
  • Dot-namespaced event constants (F-035) — APCORE_EVENTS dict with canonical event type names from apcore 0.15.0 (§9.16).
  • 6 new error code mappingsCONFIG_NAMESPACE_DUPLICATE, CONFIG_NAMESPACE_RESERVED, CONFIG_ENV_PREFIX_CONFLICT, CONFIG_MOUNT_ERROR, CONFIG_BIND_ERROR, ERROR_FORMATTER_DUPLICATE.

Changed

  • Dependency bump: requires apcore >= 0.15.1 (was >= 0.14.0) for Config Bus (§9.4), Error Formatter Registry (§8.8), and dot-namespaced event types (§9.16).