feat(mcpi): experimental session CLI client (#1432) - #1783
Open
BobDickinson wants to merge 4 commits into
Open
Conversation
Add servers/list and servers/show, --relogin / --stored-auth-only, browser OAuth navigation with OSC 8 links, and extract method handlers under clients/cli/src/handlers. Tracks #1781. Co-authored-by: Cursor <cursoragent@cursor.com>
Introduce clients/mcpi (session front-end + local daemon), wire it into monorepo validate/build/coverage/install, and document the design. Not shipped in the published inspector tarball. Closes #1432. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Jul 25, 2026
Take the merged #1782 CLI sources from v2/main; keep mcpi client wiring in root validate/format/coverage; register mcpi in format-coverage verify. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1432
Depends on #1782 (CLI improvements — handlers and shared helpers live there).
Summary
clients/mcpisession CLI (connect once, many commands) with an implicit local Unix-socket daemonclients/clihandlers / OAuth helpers via a temporary build-time@inspector/clialiasvalidate/build/coverage/install-clientsand document in AGENTS +specification/v2_cli_v2.mdPackaging
@modelcontextprotocol/inspectortarball (filesallowlist unchanged)bin.mcpi— install vianpm linkfromclients/mcpifor local use (seeclients/mcpi/README.md)Test plan
cd clients/mcpi && npm run validate(117 tests)v2/mainafter CLI: catalog listing, auth flags, and OAuth browser UX #1782 mergesnpm run cifrom repo root on the stacked branchMade with Cursor