‹ 返回总目录
开发工具 最近更新08-04

svelte-code-writer

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量7.0K
⭐ GitHub Stars301(fork 37)
🗓️ 最近推送2026-08-04
🌱 项目创建2025-09-10
💻 语言 / LicenseTypeScript · MIT
🐛 开放Issue31

📝 工具简介

官方svelte MCP,满足你所有agentic开发需求。

📖 怎么用

先装依赖 `pnpm i`,然后复制环境变量 `cp apps/mcp-remote/.env.example apps/mcp-remote/.env`,按需填入 VOYAGE API Key(用于 embeddings)。启动开发服务跑 `pnpm dev`,本地调试用 `pnpm run inspect` 打开 MCP Inspector,访问 `http://localhost:6274/`,传输类型选 Streamable HTTP,地址填 `http://localhost:5173/mcp`。数据库查看跑 `pnpm run db:studio`。

📋 迷你测评

官方Svelte MCP,满足agentic开发需求。亮点是“官方出品”,权威性和维护性有保障。简介未提及代码生成准确率或覆盖的Svelte版本。

📄 README 要点

这是Svelte官方的MCP服务器仓库,用来给AI编码工具提供Svelte项目的上下文能力。开发环境需要设置Voyage API密钥来支持嵌入功能。有个技术细节是当前为了减少Vercel超时日志,SSE通道会立即关闭,所以不能用server.log也不发列表变更通知,但elicitation和sampling功能还能用,因为它们走的是POST请求的同一流。本地调试可以用MCP inspector,访问localhost:6274,传输类型选Streamable HTTP,数据库检查用Drizzle Studio。适合开发Svelte相关MCP工具的开发者。

查看英文原文
@sveltejs/mcp Repo for the official Svelte MCP server. Dev setup instructions [安装/使用命令见下方] 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 [安装/使用命令见下方] Then visit http://localhost:6274/ Transport type: Streamable HTTP http://localhost:5173/mcp Database inspector [安装/使用命令见下方] https://local.drizzle.studio/

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考