There was an error while loading. Please reload this page.
c4a6935
feat: expand MCP Server to 14 tools, support Python 3.10+ - Rewrite mcp_transport.py: add 11 new standalone MCP tools (keypair generation, signing, verification, digest, WorkOrder verification, nested claim verification, schema lookup, repo analysis) - Fix Python 3.10 compatibility: - StrEnum -> str, Enum (state.py) - datetime.UTC -> timezone.utc (models.py) - ExceptionGroup -> fallback RuntimeError (evidence.py) - Update pyproject.toml: python_requires>=3.10, relax pinned deps, add mcp as required dependency, add owp-mcp entry point, bump 1.1.0 - Add mcp.json registry configuration - Add MCP_SERVER.md with client config examples - Update tests for new schema_version and version