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
4 changes: 4 additions & 0 deletions docs/modelcontextprotocol-io/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ Open the generated `server.json` file, and you should see contents like:
}
```

<Note>
Free-form text fields are validated at publish time. In the current schema, `description` and `title` are limited to 100 characters each, `name` to 200, and version strings to 255. A longer value causes `mcp-publisher publish` to fail with a schema validation error.
</Note>

Edit the contents as necessary:

```diff server.json
Expand Down
Loading