9d815a5697
- Added withOperationRetry<T>() helper method that retries operations up to 3 times - Catches "Not connected" errors (case-insensitive) - Cleans up stale client before retry - Modified callTool, readResource, getPrompt to use retry logic - Added tests for retry behavior (3 new test cases) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>