Commit 43902b4
fix(mcp): use boolean credsChanged, not the imported function ref
shouldClearCache was checking the always-truthy oauthCredsChanged function
import instead of the awaited boolean, so PATCH always cleared the cache.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 3a7fc42 commit 43902b4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments