TTokenySpace
返回 MCP 列表

Svelte MCP

开发工具

The official svelte MCP for all your agentic needs.

298TypeScriptv0.1.25远程托管更新于 2026/7/30
GitHub
0

远程接入地址

https://mcp.svelte.dev/mcp

介绍

The official Svelte MCP server providing docs and autofixing tools for Svelte development

README

@sveltejs/mcp

Repo for the official Svelte MCP server.

Dev setup instructions

pnpm i
cp apps/mcp-remote/.env.example apps/mcp-remote/.env
pnpm dev
  1. Set the VOYAGE_API_KEY for embeddings support

[!NOTE] Currently to prevent having a bunch of Timeout logs on vercel we shut down the SSE channel immediately. This means that we can't use server.log and we are not sending list-changed notifications. We can use elicitation and sampling since those are sent on the same stream of the POST request

Local dev tools

MCP inspector

pnpm run inspect

Then visit http://localhost:6274/

Database inspector

pnpm run db:studio

https://local.drizzle.studio/

评论

加载中…

同类推荐