diff --git a/pi/files/agent/mcp.json b/pi/files/agent/mcp.json index 6e82250..892c476 100644 --- a/pi/files/agent/mcp.json +++ b/pi/files/agent/mcp.json @@ -2,5 +2,11 @@ "settings": { "idleTimeout": 10 }, - "mcpServers": {} + "mcpServers": { + "svelte": { + "type": "http", + "url": "https://mcp.svelte.dev/mcp", + "tools": ["*"] + } + } }