Group Type
Working GroupMission Statement
The Inspector V2 Working Group is building Inspector V2, a new web-based MCP inspector redesigned from the ground up for maintainability and reliability. The group delivers a shared Inspector Core architecture that maximizes code reuse across Web, CLI, and TUI implementations, together with a comprehensive testing apparatus. This effort requires cross-maintainer collaboration because it spans UI, protocol tooling, and test infrastructure that no single maintainer owns today.Scope
In Scope
- The
modelcontextprotocol/inspectorrepository, including: - Inspector Core — a new shared-code architecture that provides common MCP and protocol interfaces for all Inspector front-ends.
- Web Inspector UI — browser-based inspector built on Mantine and TypeScript.
- CLI Inspector — command-line interface sharing Inspector Core.
- TUI Inspector — terminal UI sharing Inspector Core.
- Testing apparatus — shared test harnesses, fixtures, and integration tests across all Inspector surfaces.
- Deprecation and migration of the existing Inspector on
mainto av1.xmaintenance branch. - Adoption of MCP TypeScript SDK V2 inside Inspector Core once available.
Out of Scope
- The core MCP specification.
- MCP SDK maintenance (TypeScript, Python, or any other language SDK).
- MCP server implementations.
Related Groups
- SDK WG — Inspector Core consumes the TypeScript SDK; coordination required for SDK V2 adoption.
- MCP Apps WG — shared surface area around client/app ergonomics and inspection workflows.
- Auth WG — authentication flows exercised by Inspector when connecting to protected servers.
- Registry WG — discovery and metadata surfaces that Inspector presents to users.
Leadership
Authority & Decision Rights
Membership
Operations
Meetings are held at meet.modelcontextprotocol.io/tag/inspector-v2-wg. Agendas are posted at least 7 days in advance per current MCP meeting policy. Meeting notes are published to the Meeting Notes — Inspector V2 WG discussion category in the
modelcontextprotocol/modelcontextprotocol repository.
Communication channels
- Primary channel:
#inspector-v2-wgon the MCP Discord. - Async discussion: GitHub Discussions in
modelcontextprotocol/inspector. - Quarterly updates: posted to the WG’s GitHub Discussions category.
Deliverables & Success Metrics
Active Work Items
Success Criteria
- End of Q1 — Web UI complete with “dumb” components wired to real MCP/Inspector Core interfaces.
- End of Q1 — Inspector Core architecture finalized.
- End of Q2 — Inspector Core merged to
v2/mainand working end-to-end with the Web UI. - End of Q2 — CLI and TUI Inspectors merged to
v2/mainand working end-to-end with Inspector Core. - End of Q2 — Existing Inspector on
mainmoved to thev1.xbranch and officially deprecated. - End of Q2 — New Inspector family (Web, CLI, TUI) published and generally available.
- End of Q3 — Inspector Core running on MCP TypeScript SDK V2 (gated by the TypeScript SDK WG’s delivery schedule).