Open
Description
When using the mcp-remote tool and getting an oauth token issued back. I keep getting the following error printed in the logs and it ends up not ever refreshing the token even when expired.
The actual access token looks like this:
{
"access_token": "my-very-secret-token",
"token_type": "Bearer",
"expires_in": 28800,
"scope": "prism"
}
My very secret token also has an exp
claim that is valid and in the future.
Metadata
Metadata
Assignees
Labels
No labels