Publish under the agntk scope with a bare-npx server launch - #46
Merged
Conversation
…he server bin The codegraph npm org turned out to be reserved, so the final public name is @agntk/codegraph-mcp. The short name matches the codegraph-mcp bin, which lets a bare npx run the MCP server directly; the dashboard uses the explicit package form. Release scripts now assert the new flattened tarball filename and reject the two earlier names. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What changed
The codegraph npm org is reserved (invisible until the creation attempt failed), so the final public package name is @agntk/codegraph-mcp. Version 0.1.0, bins unchanged, tags unchanged. A useful side effect: the package short name matches the codegraph-mcp bin, so MCP client configs simplify to
npx -y @agntk/codegraph-mcp(proven against a clean consumer in npm offline mode, returning a valid initialize over stdio). The dashboard remainsnpx -y -p @agntk/codegraph-mcp codegraph-dashboard(proven serving health). Release scripts, workflow paths, docs, setup copy, and landing all follow, and the validator now rejects both earlier names via negative fixtures. npm flattens the tarball to agntk-codegraph-mcp-0.1.0.tgz; every asserting script follows.Verification
release:check passed end to end for the fixer and again in an independent orchestrator rerun (byte-identical tarballs, SHA-256 a236a1fa9e29db0bbd56d1b6bdcf4ae33d18034d59289a873bd8841f23c95ff6); all 25 installed-package smoke assertions green; landing typecheck/lint/build/claim-audit green; turbo test 36/36 tasks (2,263 tests); typecheck 20/20.
🤖 Generated with Claude Code