Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/tutorials/integrating-with-cmcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

---
Expand Down