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. Defaults to 'file:local.db' | 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 Index | Index of available Svelte documentation files |
Complete Svelte Documentation | Complete documentation for Svelte, SvelteKit and CLI |
Compressed Svelte Documentation | Compressed documentation for smaller context windows |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_docs | Search Svelte documentation using semantic similarity |
get_next_chunk | Get the next chunk of a large document |