Commit 81eebfe
docs: Add Claude Code OAuth plugin warning and troubleshooting
The built-in `github@claude-plugins-official` plugin in Claude Code fails
with "Incompatible auth server: does not support dynamic client registration"
due to Claude Code's OAuth implementation not supporting servers without
dynamic client registration (anthropics/claude-code#3273).
This commit:
- Adds prominent warning at top of Claude Code section explaining the issue
- Adds troubleshooting section with steps to disable the conflicting plugin
- Links to the relevant issue for tracking
The PAT-based manual setup works reliably and should be the recommended
approach until the OAuth compatibility issue is resolved.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 7c053f1 commit 81eebfe
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
158 | 174 | | |
159 | 175 | | |
160 | 176 | | |
| |||
0 commit comments