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
- 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.logand we are not sendinglist-changednotifications. 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/
- Transport type:
Streamable HTTP - http://localhost:5173/mcp
Database inspector
pnpm run db:studio