Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 16:07
· 406 commits to main since this release
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