feat: add website url

This commit is contained in:
paoloricciuti
2025-10-16 23:14:58 +02:00
parent 66c9056e0f
commit cabf1fd96a
2 changed files with 2 additions and 1 deletions

View File

@@ -2,4 +2,4 @@
'@sveltejs/mcp': patch
---
feat: add svelte icon for mcp server
feat: add svelte icon and website url for mcp server

View File

@@ -9,6 +9,7 @@ export const server = new McpServer(
name: 'Svelte MCP',
version: '0.0.1',
description: 'The official Svelte MCP server implementation',
websiteUrl: 'https://mcp.svelte.dev',
icons: [
{
src: 'https://github.com/sveltejs/branding/blob/2af7bc72f1bf5152dab89bee1ee2093b1be0824d/svelte-logo-square.svg',