{
  "client_id": "https://fitchmultz.github.io/pi-mcp-adapter/client-metadata.json",
  "client_name": "Fitch MCP Adapter",
  "client_uri": "https://github.com/fitchmultz/pi-mcp-adapter",
  "redirect_uris": [
    "http://localhost:19876/callback",
    "http://127.0.0.1:19876/callback",
    "http://[::1]:19876/callback"
  ],
  "application_type": "native",
  "grant_types": ["authorization_code", "refresh_token"],
  "response_types": ["code"],
  "token_endpoint_auth_method": "none"
}
