chore(053): refresh registry server.json + publish guide (WP-D2)#509
Merged
Conversation
- Bump version from 0.21.2 to 0.33.1 (latest release tag) - Add title, websiteUrl fields - Populate remotes[] with streamable-http transport at localhost:8080/mcp (packages[] stays empty: Homebrew/GitHub-release/go-install channels have no matching registryType in the schema; Docker server image not yet published) - Add docs/mcp-registry-publishing.md with mcp-publisher CLI steps, GitHub namespace auth, validate/publish commands, and CI automation notes
Deploying mcpproxy-docs with
|
| Latest commit: |
06d5c06
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7a97e0d0.mcpproxy-docs.pages.dev |
| Branch Preview URL: | https://chore-053-server-json-regist.mcpproxy-docs.pages.dev |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📦 Build ArtifactsWorkflow Run: View Run Available Artifacts
How to DownloadOption 1: GitHub Web UI (easiest)
Option 2: GitHub CLI gh run download 26280353552 --repo smart-mcp-proxy/mcpproxy-go
|
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
Updates the MCP registry
server.jsonfrom stale v0.21.2 to the current v0.33.1 release, adds missing fields, and adds a publish guide.Changes
server.jsonversionfrom0.21.2to0.33.1(matches latest git tag)title(MCPProxy) andwebsiteUrl(https://mcpproxy.app)remotes[]with astreamable-httpentry athttp://localhost:8080/mcp— the actual transport MCP clients use to connect to a runningmcpproxy serveinstancepackages[]remains empty: the supportedregistryTypevalues (npm,pypi,oci,nuget,mcpb) have no match for Homebrew tap / GitHub release tarballs /go install. The Docker server-edition image (ghcr.io/smart-mcp-proxy/mcpproxy-server) is gated behindif: falsein the release workflow and is not yet published.docs/mcp-registry-publishing.md(new)mcp-publishervia Homebrewio.github.smart-mcp-proxynamespacemcp-publisher validate+ offlinecheck-jsonschema) and publish commandsValidation
server.jsonvalidated against the official schema:What still requires the user
Publishing to the registry requires authenticating as a member of the
smart-mcp-proxyGitHub org (mcp-publisher login github). This PR prepares the artifact; the actualmcp-publisher publishcommand must be run manually or wired into the release workflow withid-token: writeOIDC permission.