Fix NPM package name, publishing config, and dependency vulnerabilities#18
Draft
Copilot wants to merge 3 commits into
Draft
Fix NPM package name, publishing config, and dependency vulnerabilities#18Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
- Rename package from `directus-api-extended` to `@pixelsock/directus-mcp` - Update bin entry to `directus-mcp` - Add publishConfig with access: public for scoped package - Add prepublishOnly script to auto-build before npm publish - Update MCP server display name to match package name - Update README to mention self-hosted Directus support Agent-Logs-Url: https://github.com/pixelsock/directus-mcp/sessions/75978119-bfab-48b5-9344-5cd4ac9c91f3 Co-authored-by: pixelsock <4932231+pixelsock@users.noreply.github.com>
- @modelcontextprotocol/inspector 0.10.2 → ^0.16.6 (fixes XSS/command-execution and missing-auth CVEs) - axios ^1.6.7 → ^1.15.0 (fixes 4 high/moderate CVEs: DoS, proto-pollution, SSRF, header-injection) - form-data ^4.0.0 → ^4.0.4 (fixes critical insecure-random boundary CVE) - path-to-regexp transitive → 8.4.2 via npm audit fix (fixes 2 ReDoS CVEs) npm audit now reports 0 vulnerabilities Agent-Logs-Url: https://github.com/pixelsock/directus-mcp/sessions/75978119-bfab-48b5-9344-5cd4ac9c91f3 Co-authored-by: pixelsock <4932231+pixelsock@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix unavailable package on NPM registry
Fix NPM package name, publishing config, and dependency vulnerabilities
Apr 20, 2026
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.
The package was unpublishable as
@pixelsock/directus-mcpbecausepackage.jsondeclared the name asdirectus-api-extended. Scoped packages also require an explicit public access config and a pre-publish build step sincedist/is gitignored.Package identity & publishing
name:directus-api-extended→@pixelsock/directus-mcpbin:directus-api-extended→directus-mcp"publishConfig": { "access": "public" }— scoped packages default to private without this"prepublishOnly": "npm run build"— ensuresdist/exists beforenpm publishindex.tsto matchDependency vulnerabilities (0 remaining after fixes)
@modelcontextprotocol/inspector^0.10.2^0.16.6axios^1.6.7^1.15.0__proto__pollution, SSRF, header injectionform-data^4.0.0^4.0.4path-to-regexp(transitive)8.2.08.4.2Docs