Connection check
verified live · 27h ago
svelte-llm-mcp
An MCP server that provides access to Svelte 5 and SvelteKit documentation
Tools
2
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http, sse
Last checked
27h ago
Tools & capabilities
2 toolsRead from the running server on 27h ago.
get_documentation
section*
Retrieves full documentation content for Svelte 5 or SvelteKit sections. Supports flexible search by title (e.g., "$state", "routing") or file path (e.g., "docs/svelte/state.md").… Retrieves full documentation content for Svelte 5 or SvelteKit sections. Supports flexible search by title (e.g., "$state", "routing") or file path (e.g., "docs/svelte/state.md"). Can accept a single section name or an array of sections. Before running this, make sure to analyze the users query, as well as the output from list_sections (which should be called first). Then ask for ALL relevant sections the user might require. For example, if the user asks to build anything interactive, you will need to fetch all relevant runes, and so on.
list_sections