{
  "issuer": "https://mcp.offlinecreatorstudio.com",
  "authorization_endpoint": "https://mcp.offlinecreatorstudio.com/authorize",
  "token_endpoint": "https://mcp.offlinecreatorstudio.com/oauth/token",
  "registration_endpoint": "https://mcp.offlinecreatorstudio.com/oauth/register",
  "jwks_uri": "https://mcp.offlinecreatorstudio.com/.well-known/jwks.json",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "models",
    "read",
    "generate"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "authorization_response_iss_parameter_supported": true,
  "client_id_metadata_document_supported": true,
  "agent_auth": {
    "skill": "https://mcp.offlinecreatorstudio.com/auth.md",
    "register_uri": "https://mcp.offlinecreatorstudio.com/oauth/register",
    "registration_endpoint": "https://mcp.offlinecreatorstudio.com/oauth/register",
    "methods": [
      {
        "type": "oauth_dynamic_client_registration",
        "register_uri": "https://mcp.offlinecreatorstudio.com/oauth/register"
      },
      {
        "type": "authorization_code_pkce",
        "authorization_endpoint": "https://mcp.offlinecreatorstudio.com/authorize",
        "token_endpoint": "https://mcp.offlinecreatorstudio.com/oauth/token",
        "code_challenge_methods_supported": [
          "S256"
        ]
      }
    ]
  }
}