launch: MCP Registry prep — server.json + mcp-name token in victauri-cli README#47
Merged
Conversation
… victauri-cli README The official MCP Registry (registry.modelcontextprotocol.io) natively supports cargo/crates.io packages. This stages Victauri's entry: - server.json at repo root: io.github.4da-systems/victauri, pointing at the victauri-cli cargo package (the `victauri bridge` stdio MCP server), version fields set to 0.8.6 (the next release; bump before publishing if it slips). - crates/victauri-cli/README.md gains the visible `mcp-name:` ownership token the registry validator requires. Visible text, not an HTML comment — crates.io strips comments during markdown rendering, so the hidden form never validates. Publish flow (after 0.8.6 is on crates.io): mcp-publisher login github && mcp-publisher publish. See .claude/plans/launch/mcp-registry-submission.md. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CsePmfHDMBKRNDLNb3TLD5
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.
Stages Victauri's official MCP Registry (registry.modelcontextprotocol.io) entry:
server.jsonat repo root —io.github.4da-systems/victauri, cargo package type pointing atvictauri-cli(whosevictauri bridgesubcommand is the stdio MCP server agents actually run). Version fields say 0.8.6 — the next release; bump if the number slips.crates/victauri-cli/README.md— adds the visiblemcp-name:ownership token the registry validator requires. Must be visible text: crates.io strips HTML comments when rendering, so the hidden-comment form used for PyPI/NuGet never validates on cargo.No code changes. The registry publish itself happens post-0.8.6 (
mcp-publisher login github && mcp-publisher publish).🤖 Generated with Claude Code
https://claude.ai/code/session_01CsePmfHDMBKRNDLNb3TLD5