Expose MCP skills via .well-known/agent-skills/ discovery#2589
Merged
Expose MCP skills via .well-known/agent-skills/ discovery#2589
Conversation
Add .mintlify/skills/ directory with a symlink to the search-mcp-github skill so Mintlify auto-serves it at /.well-known/agent-skills/index.json, making it discoverable by any agent that implements the agentskills.io spec. Also add license: Apache-2.0 to the skill frontmatter. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
olaservo
added a commit
to olaservo/modelcontextprotocol
that referenced
this pull request
Apr 17, 2026
…skill The file-level symlink from modelcontextprotocol#2589 (SKILL.md -> SKILL.md) wasn't picked up by Mintlify's .well-known/agent-skills/ auto-scan — the live index only listed the auto-generated `mcp` skill. Replace it with a per-skill directory symlink so the search-mcp-github folder is exposed as a whole, matching the subdirectory layout Mintlify serves (/agent-skills/<name>/skill.md).
4 tasks
olaservo
added a commit
that referenced
this pull request
Apr 17, 2026
…skill (#2597) The file-level symlink from #2589 (SKILL.md -> SKILL.md) wasn't picked up by Mintlify's .well-known/agent-skills/ auto-scan — the live index only listed the auto-generated `mcp` skill. Replace it with a per-skill directory symlink so the search-mcp-github folder is exposed as a whole, matching the subdirectory layout Mintlify serves (/agent-skills/<name>/skill.md).
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.
Adds
.mintlify/skills/with a symlink to thesearch-mcp-githubskill so it's auto-served at/.well-known/agent-skills/index.json. Also addslicense: Apache-2.0to the skill frontmatter per the agentskills.io spec.Mintlify documentation: https://www.mintlify.com/docs/ai/skillmd#custom-skill-files
🦉 Generated with Claude Code