docs: add server.json and registry auth for MCP Registry#70
Open
mattzcarey wants to merge 4 commits intomainfrom
Open
docs: add server.json and registry auth for MCP Registry#70mattzcarey wants to merge 4 commits intomainfrom
mattzcarey wants to merge 4 commits intomainfrom
Conversation
Add server.json following the official MCP Registry schema so the Cloudflare Code Mode MCP server at mcp.cloudflare.com can be discovered by MCP clients and directories. Closes #58
Serves the Ed25519 public key at /.well-known/mcp-registry-auth so the MCP Registry can verify ownership of mcp.cloudflare.com via HTTP auth.
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.
Summary
server.jsonfollowing the MCP Registry schema to register the Code Mode MCP server atmcp.cloudflare.comin the official MCP Registry/.well-known/mcp-registry-authfrom the worker for HTTP-based domain verification (Ed25519 public key)com.cloudflare.mcp/mcp(maps tomcp.cloudflare.comdomain)streamable-httpathttps://mcp.cloudflare.com/mcpCloses #58
Publishing steps (after merge + deploy)
mcp-publisher:brew install mcp-publisherMCP_REGISTRY_PRIVATE_KEYindefault_secrets_store)mcp-publisher login http --domain "mcp.cloudflare.com" --private-key "<key>"mcp-publisher publishSee the publishing quickstart and HTTP authentication docs for details.