Commit 3a7fc42
fix(mcp): use undefined (not null) for cleared oauthClientId in cache
McpServer.oauthClientId is typed string | undefined on the client, so the
prior `|| null` broke type-check. Empty string still normalizes to "cleared"
in the optimistic cache write.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 83de278 commit 3a7fc42
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
0 commit comments