Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/guides/publishing/publish-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Add an `mcpName` field to your `package.json`:
### How It Works
- Registry fetches `https://registry.npmjs.org/your-npm-package`
- Checks that `mcpName` field matches your server name
- Checks that `version` field matches the `version` in your published npm package
- Fails if field is missing or doesn't match

### Example server.json
Expand Down Expand Up @@ -453,4 +454,4 @@ See these real-world examples of published servers:

## What You've Accomplished

You've successfully published your first MCP server to the registry! Your server is now discoverable by MCP clients and can be installed by users worldwide.
You've successfully published your first MCP server to the registry! Your server is now discoverable by MCP clients and can be installed by users worldwide.
Loading