docs(servercard): add developer guidance and validation fixes#5
Merged
SamMorrowDrums merged 2 commits intoJul 21, 2026
Merged
Conversation
SamMorrowDrums
force-pushed
the
experimental-server-card
branch
from
July 20, 2026 20:43
ef93f97 to
d4fcacc
Compare
Validate nested input formats, icon themes, URIs, Unicode lengths, and exact versions. Avoid caching handler error responses. Co-authored-by: Copilot App <[email protected]> Copilot-Session: 38f143e1-c0ff-47a9-ae4d-fd6ea9a5b7fd
SamMorrowDrums
force-pushed
the
sammorrowdrums-port-developer-guidance
branch
from
July 20, 2026 20:45
3491169 to
027c4b3
Compare
Document building, serving, and publishing Server Cards with the Go SDK, including AI Catalog context, security guidance, and checked examples. Co-authored-by: Copilot App <[email protected]> Copilot-Session: 38f143e1-c0ff-47a9-ae4d-fd6ea9a5b7fd
SamMorrowDrums
force-pushed
the
sammorrowdrums-port-developer-guidance
branch
from
July 20, 2026 20:49
027c4b3 to
0553d74
Compare
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
Context
This is a focused follow-up to the Server Card reference implementation in
experimental-server-card/ modelcontextprotocol#1024. The guide adapts the structure of modelcontextprotocol/python-sdk#2951 and SamMorrowDrums/python-sdk#1 to Go APIs and repository conventions.Discovery guidance follows the intended direction in modelcontextprotocol/experimental-ext-server-card#42 rather than the obsolete MCP-specific catalog format. The canonical v1 schema identifier currently returns 404 while the extension is pre-release, so the guide links the extension repository's generated schema payload and authoritative TypeScript source.
Validation
go generate ./internal/docsgo test ./...