garden.stanislav.svelte-llm/svelte-llm-mcp — MCP Server for Svelte Docs
An MCP server that provides access to Svelte 5 and SvelteKit documentation. It exposes an MCP endpoint over streamable HTTP and SSE, intended for use with AI assistants. The repository excerpt also references “LLM presets and MCP” and a hosted site at svelte-llm.stanislav.garden.
🛠️ Key Features
- Access to Svelte 5 and SvelteKit documentation
- MCP endpoint for AI assistants
- Streamable HTTP endpoint (Claude Desktop and most clients)
- SSE endpoint for older clients
🚀 Use Cases
- Query Svelte 5 and SvelteKit documentation from an AI assistant
- Connect clients that support streamable HTTP to
.../mcp/mcp - Connect older clients that require SSE to
.../mcp/sse
⚡ Developer Benefits
- Two documented transport options: streamable HTTP and SSE
- Clear endpoint URLs for assistant integration
⚠️ Limitations
- Only the MCP endpoints and setup excerpt are provided; no additional tool capabilities are specified (toolCount: 2).