Inspector V2 Working Group Meeting - Jun 3, 2026 #2854
cliffhall
started this conversation in
Meeting Notes - Inspector V2 WG
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Inspector V2 Working Group Meeting - Jun 3, 2026
Agenda
Attendees
Discussion
Cliff Hall reported substantial progress porting the Inspector core from V1.5 to V2 — "four or five PRs to get it properly right" — with the core now functional and HTTP logs added. He demonstrated the apps interface using a "Nightrider" MCP server; Ola Hungerford noted she had built similar drum-related tooling previously.
UX improvements. Progress is now surfaced via toast notifications so users aren't penalized for navigating away during long operations; search filters and scroll positions persist across tab switches; a newest-first / oldest-first toggle replaces complex autoscroll logic; and connection info shows client capabilities only when a connection is active.
OAuth debugging. The team settled on server-side network filtering rather than client-side complexity, eliminating the "app-within-an-app" structure and CORS issues from earlier attempts — all needed debugging information comes through the network logs.
Schema and elicitation. The Inspector already warns on output/schema mismatches; polymorphic tool responses need more explicit handling. Elicitation enums are in place (including legacy formats), though Cliff and Ola observed that protocol changes don't dictate how LLM APIs ultimately handle those values.
Multi-server and versioning. Infrastructure for multiple concurrent connections exists but only one is active at a time today; Bob has a working multi-server TUI, while practical use cases remain uncertain. The team decided to stop maintaining parallel codebases in favor of npm versioning and Git tags. There was strong consensus to freeze V1 development except critical security fixes, target a working V2 by end of Q2, and replace V1 with V2 as soon as possible.
Next Steps
Transcript
Operational Details
v2/mainbranch of the Inspector repov1.5/mainbranch of the Inspector repoBeta Was this translation helpful? Give feedback.
All reactions