MCPX_HTTP_401
Severity: error Domain: HTTP
What happened
The upstream MCP server returned 401 Unauthorized. mcpproxy either had no
credentials, or the credentials it presented were rejected.
Common causes
- No OAuth token has been obtained yet for this server.
- The OAuth access token expired and the refresh path also failed (see
MCPX_OAUTH_REFRESH_EXPIRED/MCPX_OAUTH_REFRESH_403). - A static bearer token in
headerswas rotated server-side. - The
Authorizationheader is being stripped by an intermediary proxy.