| ✗ | report-content | Called report with the full text of the Deployment Runbook resource | tools/call for "report" was never sent |
| ✗ | read-correct-uri | Read the target resource via resources/read with params.uri | no matching request recorded (POST resources/read) |
| ✗ | pagination-followed | Requested the second resources/list page using the issued nextCursor | no resources/list ever carried a server-issued cursor (page 2 never requested) |
| ✗ | cursor-opaque-roundtrip | Every sent cursor was a server-issued token echoed byte-for-byte | pagination was never followed (no cursor sent) |
| ✓ | session-header | Echoed the issued Mcp-Session-Id on every subsequent request | |
| ✓ | protocol-version-header | Sent MCP-Protocol-Version on every post-initialize request | |
| ✓ | accept-header | Every accepted POST carried Accept: application/json, text/event-stream | |