Releases: H129hj/checkmcp
Releases · H129hj/checkmcp
Release list
CheckMCP v0.5.0 — MCP server mode + audit-mcp on PyPI
First real PyPI release, published as audit-mcp (the name checkmcp was already taken by an unrelated project). Brand, site (checkmcp.dev), repo and MCP-registry id io.github.H129hj/checkmcp are unchanged.
New
- MCP server mode —
audit-mcp mcpruns CheckMCP itself as an MCP server (stdio) exposing one read-only tool,audit_mcp_server(url, token?), so an agent can score a server mid-conversation.- Claude Code:
claude mcp add audit-mcp -- uvx audit-mcp mcp - Hardened stdio loop: UTF-8 output (no Windows cp1252 crash), malformed/non-object JSON returns a JSON-RPC error instead of killing the session.
- Claude Code:
- CLI unchanged in behavior:
uvx audit-mcp https://your-mcp.example.com/mcp
Install
uvx audit-mcp https://mcp.deepwiki.com/mcp # audit a server
uvx audit-mcp mcp # run as an MCP server39 tests green. Published via PyPI Trusted Publishing (OIDC, token-less).
CheckMCP v0.4.0
Gateway, behavioral evals, monitoring, governance.