audit_cd
Audit your local repository version against npm, PyPI, Open VSX, VS Marketplace, AMO, and GitHub Releases to reveal in-sync or needs-publish drift.
Instructions
Check whether the local repo's version has been published to its destination registries (npm, PyPI, Open VSX, VS Marketplace, AMO, GitHub Releases). Makes outbound HTTPS requests to public registry APIs; never mutates. Reports per-destination drift (in-sync / needs-publish / local-stale / not-found).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the repo to audit (default: the MCP server's cwd). Use the absolute path of the project the user is working in. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overall | Yes | ||
| repoPath | Yes | ||
| destinations | Yes | ||
| localVersion | Yes | ||
| versionSource | Yes | ||
| matchedStarter | Yes |