server.json•577 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "garden.stanislav.svelte-llm/svelte-llm-mcp",
"description": "An MCP server that provides access to Svelte 5 and SvelteKit documentation",
"status": "active",
"repository": {
"url": "https://github.com/khromov/svelte-llm-mcp",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://svelte-llm.stanislav.garden/mcp/mcp"
},
{
"type": "sse",
"url": "https://svelte-llm.stanislav.garden/mcp/sse"
}
]
}