Return count of active MCP OAuth tokens for the current user.
Used by the onboarding wizard to detect when the user has connected an MCP client via OAuth.
cURL
curl --request GET \ --url https://api.example.com/api/auth/mcp-tokens \ --header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response