Skip to content

docs: cmcp_verify ships inside cmcp-runtime, not as its own package - #123

Merged
imran-siddique merged 1 commit into
mainfrom
fix/docs-cmcp-verify-install
Aug 7, 2026
Merged

docs: cmcp_verify ships inside cmcp-runtime, not as its own package#123
imran-siddique merged 1 commit into
mainfrom
fix/docs-cmcp-verify-install

Conversation

@imran-siddique

Copy link
Copy Markdown
Contributor

docs/tutorials/integrating-with-cmcp.md tells readers to run:

pip install cmcp-verify

That 404s. There is no cmcp-verify distribution on PyPI.

cmcp_verify is shipped inside cmcp-runtime. cmcp's pyproject.toml declares packages = ["src/cmcp_runtime", "src/cmcp_verify"], and I confirmed both are present in the published cmcp-runtime 0.3.0 wheel:

cmcp_runtime-0.3.0.dist-info/  cmcp_runtime/  cmcp_verify/

Only the install command is changed, with a comment so it does not get reverted. The prose references to cmcp-verify as the library name are left as-is, both here and in hardware-attestation-platforms.md, since they read fine as a component name rather than an install target.

Found while auditing every pip install instruction across the agentrust-io repos. This was one of two documented packages that did not resolve; the other is fixed in agentrust-io/trace-tests#52.

The cMCP integration tutorial tells readers to run `pip install cmcp-verify`.
That 404s. There is no `cmcp-verify` distribution on PyPI. The `cmcp_verify`
package is shipped inside `cmcp-runtime`, declared in cmcp's pyproject as
`packages = ["src/cmcp_runtime", "src/cmcp_verify"]`, and confirmed present in
the published cmcp-runtime 0.3.0 wheel.

Only the install command changed. The prose references to `cmcp-verify` as the
name of the verification library are left alone, here and in
hardware-attestation-platforms.md, since they read correctly as a component
name rather than an install target.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Imran Siddique <imran.siddique@opaque.co>
@imran-siddique
imran-siddique merged commit 699f323 into main Aug 7, 2026
@imran-siddique
imran-siddique deleted the fix/docs-cmcp-verify-install branch August 7, 2026 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant