diff --git a/docs/tutorials/integrating-with-cmcp.md b/docs/tutorials/integrating-with-cmcp.md index cf29f8a..7eca195 100644 --- a/docs/tutorials/integrating-with-cmcp.md +++ b/docs/tutorials/integrating-with-cmcp.md @@ -15,8 +15,9 @@ Understand how TRACE trust records are generated by Confidential MCP (cMCP) and ```bash pip install agentrust-trace -# For full cMCP verification: -pip install cmcp-verify +# For full cMCP verification. cmcp_verify ships inside the cmcp-runtime +# distribution; there is no separate cmcp-verify package on PyPI. +pip install cmcp-runtime ``` ---