Document additional discovery methods#6010
Merged
Merged
Conversation
This was referenced May 27, 2026
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
mintlify Bot
added a commit
that referenced
this pull request
May 27, 2026
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
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.
Documentation changes
A2A cards and more endpoints for agent-readiness.
For Reviewers
When reviewing documentation PRs, please consider:
✅ Technical accuracy
✅ Clarity and completeness
✅ User experience
Note
Low Risk
Documentation-only updates with no product or security behavior changes.
Overview
Documents agent-readiness discovery endpoints that Mintlify already serves, so readers know how to find MCP and skills without dashboard setup.
On MCP, the discovery section now notes that
/.well-known/mcpis also available at/.well-known/mcp.json, plus MCP server card URLs at/.well-known/mcp/server-card.jsonand/.well-known/mcp/server-cards.json, and states that these endpoints need no configuration.On skill.md, a new Agent card section describes
GET /.well-known/agent-card.json(A2A agent card 0.2.0), how A2A agents use it withdocumentationUrland per-skill fetches, reverse-proxy forwarding for that path, and that the card is a session-free discovery complement to MCP.Reviewed by Cursor Bugbot for commit 900cb89. Bugbot is set up for automated code reviews on this repo. Configure here.