Circuit breaker and retry logic for MCP operations.
Provides the CircuitBreaker class for preventing cascading MCP
failures, the MCPRetryPolicy interface for configurable retry
strategies, and the withRetry wrapper for automatic retries
with exponential backoff.
Description
Circuit breaker and retry logic for MCP operations.
Provides the CircuitBreaker class for preventing cascading MCP failures, the MCPRetryPolicy interface for configurable retry strategies, and the withRetry wrapper for automatic retries with exponential backoff.
See
Secure Development Policy