Skip to content

Commit a03f9b4

Browse files
committed
add svelte mcp
1 parent d1e4b49 commit a03f9b4

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

apps/svelte.dev/static/funding.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "v1.0.0",
44
"entity": {
55
"type": "organisation",
6-
"role": "owner",
6+
"role": "steward",
77
"name": "Svelte",
88
"description": "Web development for the rest of us",
99
"email": "",
@@ -31,7 +31,7 @@
3131
"name": "SvelteKit",
3232
"description": "SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. If you’re coming from React, SvelteKit is similar to Next. If you’re coming from Vue, SvelteKit is similar to Nuxt.",
3333
"webpageUrl": {
34-
"url": "https://svelte.dev/docs/kit"
34+
"url": "https://svelte.dev/docs/kit/introduction"
3535
},
3636
"repositoryUrl": {
3737
"url": "https://github.com/sveltejs/kit",
@@ -89,7 +89,7 @@
8989
"name": "Svelte CLI",
9090
"description": "A command line interface for creating and maintaining Svelte applications",
9191
"webpageUrl": {
92-
"url": "https://svelte.dev/docs/cli"
92+
"url": "https://svelte.dev/docs/cli/overview"
9393
},
9494
"repositoryUrl": {
9595
"url": "https://github.com/sveltejs/cli",
@@ -140,7 +140,21 @@
140140
},
141141
"licenses": ["MIT"],
142142
"tags": ["developer-tools", "web-development"]
143-
}
143+
},
144+
{
145+
"guid": "sveltejs-mcp",
146+
"name": "Svelte MCP",
147+
"description": "The Svelte MCP (Model Context Protocol) server can help your LLM or agent of choice write better Svelte code. It works by providing documentation relevant to the task at hand, and statically analysing generated code so that it can suggest fixes and best practices.",
148+
"webpageUrl": {
149+
"url": "https://svelte.dev/docs/mcp/overview"
150+
},
151+
"repositoryUrl": {
152+
"url": "https://github.com/sveltejs/mcp",
153+
"wellKnown": "https://github.com/sveltejs/mcp/blob/main/.well-known/funding-manifest-urls"
154+
},
155+
"licenses": ["MIT"],
156+
"tags": ["developer-tools", "web-development", "artificial-intelligence"]
157+
}
144158
],
145159
"funding": {
146160
"channels": [

0 commit comments

Comments
 (0)