docs: document MCP built-in skill resources#799
Closed
mintlify[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
🤖 Documentation BotStatus🔗 Broken Links (Manual Fix Required)Click to view details |
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
IrakliJani
added a commit
that referenced
this pull request
Jun 11, 2026
…ject pinning (#819) Combines and supersedes auto-generated PRs #623, #728, #799, #800, #816, #817: - Document read_content / create_content / edit_content (content-as-code tools) - Document list_content (space hierarchy browsing) - Document render_chart and best-effort exploreUrl / sqlRunnerUrl on query results - Document get_query_result polling for long-running queries - Document built-in skills: fallback tools (list_skills, read_skill, read_skill_resource) plus skill:// MCP resources and the io.modelcontextprotocol/skills capability in a developer accordion - Expand X-Lightdash-Project header docs with Cursor and curl examples - Note that an active agent's space scope applies to content tools - Update FAQ: MCP can now create/edit charts and dashboards - check-links.js: don't flag pages with hidden:true frontmatter as orphans (fixes the failing check caused by timezones-draft.mdx)
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
Document that the Lightdash MCP server exposes built-in skills as MCP resources, with a discovery index and a skills extension capability for clients.
Changes
io.modelcontextprotocol/skillscapability, and an example JSON-RPC interaction.Context
Upstream PR lightdash/lightdash#24007 registers built-in skills as MCP resources under
skill://URIs and advertises a new MCP extension capability, making skills usable from any MCP-compatible client.