Svelte MCP

공식

공식 Svelte MCP 서버로, 생성된 코드에 대한 문서와 제안을 제공합니다.

Svelte MCP(으)로 무엇을 할 수 있나요?

  • Svelte 질문하기ask_svelte를 사용하여 공식 Svelte 문서와 지식 베이스를 조회합니다.
  • Svelte 문서 검색search_docs로 관련 문서 페이지와 코드 조각을 찾습니다.
  • Svelte 예제 가져오기get_examples를 통해 Svelte 생태계의 코드 예제와 사용 패턴을 얻습니다.

문서

@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/