mcp-svelte-docs
Ein Model Context Protocol (MCP)-Server bietet ein umfassendes Referenzhandbuch für Svelte 5 und unterstützt LLMs bei der präzisen Anleitung von Benutzern bei der Arbeit mit Svelte. Es enthält Migrationsmuster von Svelte 4 zu Svelte 5 und dient gleichzeitig als detailliertes Nachschlagewerk für Svelte 5-Funktionen, häufige Fehler und Best Practices.
Konfiguration
Claude Desktop (über WSL)
{
"mcpServers": {
"mcp-svelte-docs": {
"command": "wsl.exe",
"args": ["bash", "-c", "npx -y mcp-svelte-docs"]
}
}
}
Windsurfen (über WSL)
{
"mcpServers": {
"mcp-svelte-docs": {
"command": "wsl.exe",
"args": ["bash", "-c", "npx -y mcp-svelte-docs"]
}
}
}
Windows (ohne WSL)
{
"mcpServers": {
"mcp-svelte-docs": {
"command": "npx",
"args": ["-y", "mcp-svelte-docs"]
}
}
}
macOS / Linux
{
"mcpServers": {
"mcp-svelte-docs": {
"command": "npx",
"args": ["-y", "mcp-svelte-docs"]
}
}
}
Beitragen
Beiträge sind willkommen! Senden Sie gerne einen Pull Request.
Lizenz
MIT-Lizenz – Einzelheiten finden Sie in der Datei LICENSE .
Danksagung
Aufbauend auf:
Related Resources
Appeared in Searches
- A server for handling vector memory operations
- MCP integration with LangChain documentation
- A server or tool using RAG for documentation scraping, storage, and retrieval with SSE support
- Retrieve the latest documentation of libraries in word embeddings form for LLMs
- Official Documentation for Tailwind CSS