Add MCP registry metadata (server.json + mcpName)#34
Open
jdrhyne wants to merge 1 commit into
Open
Conversation
Adds server.json at repo root and an mcpName field to package.json so this server can be published to the official MCP registry (registry.modelcontextprotocol.io). Publishing there cascades to Glama, PulseMCP, and mcp.so automatically. Namespace io.github.PSPDFKit/* (GitHub-auth). No runtime code changed.
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.jsonat the repo root and anmcpNamefield topackage.json, the two things required to publish this server to the official MCP registry (registry.modelcontextprotocol.io).io.github.PSPDFKit/nutrient-dws-mcp-server(GitHub-auth — anyone with push to this repo can publish).Why
Publishing once to the official registry cascades automatically to Glama, PulseMCP, and mcp.so (they auto-ingest from it), so it's the single highest-leverage discovery action for agent developers. Today this server has no
server.json, so it isn't in the official registry.Before publishing (maintainer checklist)
The publish itself is a separate step run by someone with npm + GitHub org rights:
Please confirm at dry-run time:
versioninserver.json(0.1.0) matches the npm version being published.$schemadate is current (dry-run will flag if stale).NUTRIENT_DWS_API_KEY(optional/secret) andSANDBOX_PATH(optional); add others if the server reads more.Test plan
package.jsonandserver.jsonboth parse as valid JSON.mcp-publisher publish --dry-runpasses (run by a maintainer with the CLI).