feat: whoami, global --dry-run, colorized export, changelog, e2e test, contributing guide#65
Open
VelarisW58 wants to merge 6 commits into
Open
feat: whoami, global --dry-run, colorized export, changelog, e2e test, contributing guide#65VelarisW58 wants to merge 6 commits into
VelarisW58 wants to merge 6 commits into
Conversation
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.
Six additions:
mcpm whoami— shows detected AI clients, their active config paths, and installed servers per client--dry-run—mcpm --dry-run install/uninstall/import/sync ...previews client config writes without touching disk, and skips rollback snapshot creationmcpm export— JSON printed to an interactive terminal is now syntax-highlighted; piped/redirected output stays plain (still valid JSON forjq/shell redirects)mcpm changelog— generates a changelog grouped by conventional-commit prefix (feat/fix/refactor/test/docs/chore/ci) fromgit logsince the last tag, with--from <ref>and--limit <n>e2e-install-run-uninstall.test.ts) — exercises install → run → uninstall against a real temp config file, only mocking true external boundaries (registry, client detection, inquirer, child_process)Verified:
tsc --noEmit,vitest run(58/58),eslint, manual smoke tests forwhoami,--dry-run(confirmed no real file writes),export(piped output still valid JSON), andchangelog(real output against this repo's history).