Exception: MCP::Client::OAuth::Provider::InsecureRedirectURIError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- MCP::Client::OAuth::Provider::InsecureRedirectURIError
- Defined in:
- lib/mcp/client/oauth/provider.rb
Overview
Raised when Provider#initialize is called with a redirect_uri that
is neither HTTPS nor a loopback http:// URL, per the MCP
authorization spec's Communication Security requirement.