mcp-svelte-docs
mcp-svelte-docsは、Svelte 5に関する包括的なリファレンスガイドを提供するMCPサーバーです。Svelte 4からSvelte 5への移行パターンを含むだけでなく、Svelte 5の機能、一般的なミス、ベストプラクティスに関する詳細な情報も提供します。これにより、ユーザーがSvelteを使用する際に正確なガイダンスを得ることができます。
GitHubスター
89
ユーザー評価
未評価
フォーク
7
イシュー
6
閲覧数
1
お気に入り
0
mcp-svelte-docs
A Model Context Protocol (MCP) server that provides a comprehensive reference guide for Svelte 5, helping LLMs provide accurate guidance when users are working with Svelte. While it includes migration patterns from Svelte 4 to Svelte 5, it also serves as a detailed reference for Svelte 5 features, common mistakes, and best practices.
Config
Claude Desktop (via WSL)
{
"mcpServers": {
"mcp-svelte-docs": {
"command": "wsl.exe",
"args": ["bash", "-c", "npx -y mcp-svelte-docs"]
}
}
}
Windsurf (via WSL)
{
"mcpServers": {
"mcp-svelte-docs": {
"command": "wsl.exe",
"args": ["bash", "-c", "npx -y mcp-svelte-docs"]
}
}
}
Windows (without 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"]
}
}
}
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License - see the LICENSE file for details.
Acknowledgments
Built on:
856
フォロワー
255
リポジトリ
92
Gist
76
貢献数