MCP Svelte Docs Server
by spences10
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LIBSQL_URL | No | URL for the LibSQL database | file:local.db |
LIBSQL_AUTH_TOKEN | No | Auth token for remote LibSQL database |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Svelte Documentation (Standard) | Standard documentation covering Svelte core concepts and features |
Svelte Documentation (Full) | Comprehensive documentation including advanced topics and detailed examples |
Svelte Documentation (Concise) | Condensed documentation focusing on essential concepts |
Svelte Core Documentation | Documentation specific to Svelte core library features and APIs |
SvelteKit Documentation | Documentation for SvelteKit application framework and routing |
Svelte CLI Documentation | Documentation for Svelte command-line tools and utilities |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_docs | Search Svelte documentation using specific technical terms and concepts. Returns relevant documentation sections with context. Query Guidelines:
Example Queries by Category:
Query Pattern Examples: ❌ "How do I manage state?" → ✅ "state management runes" ❌ "What are lifecycle hooks?" → ✅ "component lifecycle" ❌ "How do I handle events?" → ✅ "event handling svelte5" ❌ "How do I create dynamic routes?" → ✅ "route parameters sveltekit" |
get_next_chunk | Retrieve subsequent chunks of large documents |