| ✓ | metadata-discovery | Fetched the protected-resource and authorization-server metadata | |
| ✓ | cimd-document-hosted | The AS fetched the hosted client metadata document successfully | |
| ✓ | cimd-document-shape | The document carried client_id, client_name, and redirect_uris | |
| ✓ | cimd-client-id-match | The document's client_id exactly matched its URL | |
| ✓ | redirect-uri-registered | The presented redirect_uri was listed in the document (localhost or HTTPS) | |
| ✗ | pkce | S256 code_challenge on authorize; matching code_verifier at token | no successful token request recorded |
| ✗ | resource-indicator | Included RFC 8707 resource=<canonical server URI> in both requests | authorization request missing resource indicator (RFC 8707) |
| ✗ | bearer-token | All post-grant accepted MCP requests carried Authorization: Bearer; the token never appeared in a URL | no MCP requests carried a Bearer token |
| ✗ | authorized-tool-call | Successfully called get_secret_number once authorized | tools/call for "get_secret_number" was never sent |