Open
Conversation
60f83ed to
aa2b046
Compare
Fannon
reviewed
Jan 26, 2026
docs/reference/server-json/mcp-server-card-proposal.schema.yaml
Outdated
Show resolved
Hide resolved
Fannon
reviewed
Jan 26, 2026
docs/reference/server-json/mcp-server-card-proposal.schema.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Simon Heimler <heimlersimon@gmail.com>
Co-authored-by: Simon Heimler <heimlersimon@gmail.com>
pavelkornev
reviewed
Jan 27, 2026
|
|
||
| type: object | ||
|
|
||
| properties: |
There was a problem hiding this comment.
Please add mcpCard property, it's important for the validation
There was a problem hiding this comment.
It doesn't exist in the official spec, so we can't easily add it as mandatory without becoming incompatible.
This is something we should bring up in the official discussion, probably here: modelcontextprotocol/modelcontextprotocol#2152
The $schema could be used for this, too - but so far we don't have a standardized URL for this. Also versions in the $schema could change, so the validator function to determine the document type probably needs some startsWith() condition
There was a problem hiding this comment.
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.
Proposal is to extend the MCP registry server.schema.json to support the requirement for mcp-server-card.
The idea is to not have two different formats to describe MCP Servers, instead the server.json can be extended to cover for both scenarios (publishing to MCP Registries and describing Remote MCP Servers in one card file).
YAML format to support comments with TODOs for open discussion points.
Related SEPs: