Commit 577fadd
fix(mcp): add urlencoded body parser for consent form callback
The consent form submits via HTML form (application/x-www-form-urlencoded)
but only express.json() was registered. Add express.urlencoded() so the
/auth/callback POST handler can parse form-encoded bodies.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 111da6f commit 577fadd
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
0 commit comments