Add structured status conditions for ToolConfigRef and ExternalAuthConfigRef validation#3634
Open
ChrisJBurns wants to merge 1 commit intomainfrom
Open
Add structured status conditions for ToolConfigRef and ExternalAuthConfigRef validation#3634ChrisJBurns wants to merge 1 commit intomainfrom
ChrisJBurns wants to merge 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3634 +/- ##
========================================
Coverage 65.78% 65.79%
========================================
Files 411 411
Lines 40727 40853 +126
========================================
+ Hits 26794 26880 +86
- Misses 11850 11883 +33
- Partials 2083 2090 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6a18cb7 to
88ab2f8
Compare
jhrozek
previously approved these changes
Feb 5, 2026
88ab2f8 to
b2bb855
Compare
…nfigRef validation Add dedicated ToolConfigValidated and ExternalAuthConfigValidated status conditions to the MCPRemoteProxy controller, following the existing GroupRefValidated pattern. Use errors.IsNotFound to distinguish not-found (ToolConfigNotFound, ExternalAuthConfigNotFound) from transient API errors (ToolConfigFetchError, ExternalAuthConfigFetchError). Add comprehensive condition assertions and fetch error test cases using client interceptors. Closes #3607 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b2bb855 to
41f8413
Compare
jhrozek
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ToolConfigValidatedandExternalAuthConfigValidatedstatus conditions to the MCPRemoteProxy controller, following the existingGroupRefValidatedpatternToolConfigFetchError,ExternalAuthConfigFetchError) from resource-not-found (ToolConfigNotFound,ExternalAuthConfigNotFound) for clearer programmatic diagnosticsCloses #3607
Test plan
🤖 Generated with Claude Code