GitClassic
Feed
Explore
Random
Go Pro
Sign in
Kong
/
insomnia
Code
/
Commits
/ 1c1c7b4
fix: Add state and scope input UI for MCP OAuth parameter (#9507)
* add state and scope support * validate the form before sending, but don't block sending on validation errors for debug purpose * support public oAuth client without client secret
Kent Wang
committed on Dec 24, 2025, 07:47 AM
Showing
6
changed files
+75 additions
-45 deletions
M
packages/insomnia/src/main/mcp/oauth-client-provider.ts
+16
-4
M
packages/insomnia/src/main/mcp/transport-streamable-http.ts
+11
-2
M
packages/insomnia/src/ui/components/editors/auth/o-auth-2-auth.tsx
+4
-1
M
packages/insomnia/src/ui/components/mcp/mcp-request-pane.tsx
+27
-27
M
packages/insomnia/src/ui/components/viewers/response-error-viewer.tsx
+15
-10
M
packages/insomnia/src/ui/components/websockets/realtime-response-pane.tsx
+2
-1
Browse files at this commit โ