| ✓ | 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 |
| ✓ | resource-indicator | Included RFC 8707 resource=<canonical server URI> in both requests |
| ✓ | bearer-token | All post-grant accepted MCP requests carried Authorization: Bearer; the token never appeared in a URL |
| ✓ | authorized-tool-call | Successfully called get_secret_number once authorized |