
https://reddit.com/link/1t0xr5g/video/pwm2mbnqujyg1/player
Hey folks, Prathmesh from MCPJam here.
In my last few posts, I've been showing coding agent workflows using the MCPJam's CLI to e.g. find and fix OAuth client registration issues.
Here’s that same workflow using MCPJam’s OAuth Debugger in our Inspector: every step of the MCP OAuth flow is logged, tied back to the spec, explained, and sequenced in the UI. When something fails, you can see exactly which part of the flow broke.
In this example, the server fails for dynamic client registration. MCPJam surfaces the raw error, points to the failed OAuth step, and lets you rerun the flow until the server connects.
You can test your server against every protocol version across all client registration methods.
This was my personal favorite feature when it dropped in October, back when I was the technical champion for MCPJam at Asana. Check it out here.