mirror of
https://github.com/sveltejs/ai-tools.git
synced 2026-07-03 11:12:28 +08:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
42 lines
937 B
JSON
42 lines
937 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
"name": "dev.svelte/mcp",
|
|
"title": "Svelte MCP",
|
|
"description": "The official Svelte MCP server providing docs and autofixing tools for Svelte development",
|
|
"repository": {
|
|
"id": "1054419133",
|
|
"url": "https://github.com/sveltejs/ai-tools",
|
|
"subfolder": "packages/mcp-stdio",
|
|
"source": "github"
|
|
},
|
|
"version": "0.1.21",
|
|
"websiteUrl": "https://svelte.dev/docs/mcp/overview",
|
|
"icons": [
|
|
{
|
|
"src": "https://mcp.svelte.dev/logo.svg",
|
|
"mimeType": "image/svg+xml"
|
|
},
|
|
{
|
|
"src": "https://mcp.svelte.dev/logo.png",
|
|
"mimeType": "image/png"
|
|
}
|
|
],
|
|
"packages": [
|
|
{
|
|
"registryType": "npm",
|
|
"identifier": "@sveltejs/mcp",
|
|
"version": "0.1.21",
|
|
"runtimeHint": "npx",
|
|
"transport": {
|
|
"type": "stdio"
|
|
}
|
|
}
|
|
],
|
|
"remotes": [
|
|
{
|
|
"url": "https://mcp.svelte.dev/mcp",
|
|
"type": "streamable-http"
|
|
}
|
|
]
|
|
}
|