MCP.so
登录
S

Svelte

@sveltejs

关于 Svelte

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

sveltejs

提交者

Paolo Ricciuti

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "svelte": {
      "url": "https://mcp.svelte.dev/mcp"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Svelte?

The official Svelte MCP server provides a Model Context Protocol interface for the Svelte documentation ecosystem, supporting embeddings via a Voyage API key.

How to use Svelte?

Install dependencies with pnpm i, copy .env.example to .env, set VOYAGE_API_KEY, and run pnpm dev. For local inspection use pnpm run inspect with Streamable HTTP transport at http://localhost:5173/mcp.

Key features of Svelte

  • Official Svelte MCP server
  • Supports embeddings with Voyage API key
  • Uses Streamable HTTP transport
  • Includes a database inspector via Drizzle Studio
  • Elicitation and sampling available on the same POST stream

Use cases of Svelte

FAQ from Svelte

What transport does Svelte use?

Streamable HTTP.

How do I set up embeddings for Svelte?

Set the VOYAGE_API_KEY environment variable in .env

Does Svelte support server.log or list-changed notifications?

No – the SSE channel is shut down immediately to prevent timeout logs on Vercel, so these notifications are not sent.

What runtime dependencies does Svelte require?

Node.js and pnpm for development; the server runs locally via pnpm dev.

Where can I inspect the server locally?

Use the MCP inspector (pnpm run inspect) at http://localhost:6274/ with the URL http://localhost:5173/mcp.

评论

其他 分类下的更多 MCP 服务器