Skip to content

Instantly share code, notes, and snippets.

@roncodingenthusiast
Last active April 14, 2026 01:28
Show Gist options
  • Select an option

  • Save roncodingenthusiast/183601f40caaba2296695f3e0754700a to your computer and use it in GitHub Desktop.

Select an option

Save roncodingenthusiast/183601f40caaba2296695f3e0754700a to your computer and use it in GitHub Desktop.
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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment