Skip to content

Instantly share code, notes, and snippets.

View roncodingenthusiast's full-sized avatar

Ronald roncodingenthusiast

View GitHub Profile
@roncodingenthusiast
roncodingenthusiast / client.json
Last active April 14, 2026 01:28
CIMD test client for MCP OAuth
{
"client_id": "https://gist.githubusercontent.com/roncodingenthusiast/183601f40caaba2296695f3e0754700a/raw/client.json",
"client_name": "CIMD Test Client",
"redirect_uris": [
"http://127.0.0.1/callback"
],
"grant_types": ["authorization_code"],
"response_types": ["code"],
"token_endpoint_auth_method": "none"
}