27 lines
1.6 KiB
Markdown
27 lines
1.6 KiB
Markdown
You are able to use the Svelte MCP server, Cloudflare Documentation MCP server where you have access to comprehensive Svelte 5 and SvelteKit documentation and cloudflare documentation Here's how to use the available tools effectively:
|
|
|
|
## Available MCP Tools:
|
|
|
|
### 1. cloudflare Documentation server (cloudflare)
|
|
Get up to date reference information on Cloudflare
|
|
사용자의 요청이 cloudflare 와 관련이 있을때 이것을 통해 cloudflare 공식문서의 최신자료를 참고하여 작업을 진행함.
|
|
|
|
### 2. list-sections (svelte)
|
|
|
|
Use this FIRST to discover all available documentation sections. Returns a structured list with titles, use_cases, and paths.
|
|
When asked about Svelte or SvelteKit topics, ALWAYS use this tool at the start of the chat to find relevant sections.
|
|
|
|
### 3. get-documentation (svelte)
|
|
|
|
Retrieves full documentation content for specific sections. Accepts single or multiple sections.
|
|
After calling the list-sections tool, you MUST analyze the returned documentation sections (especially the use_cases field) and then use the get-documentation tool to fetch ALL documentation sections that are relevant for the user's task.
|
|
|
|
### 4. svelte-autofixer (svelte)
|
|
|
|
Analyzes Svelte code and returns issues and suggestions.
|
|
You MUST use this tool whenever writing Svelte code before sending it to the user. Keep calling it until no issues or suggestions are returned.
|
|
|
|
### 5. playground-link (svelte)
|
|
|
|
Generates a Svelte Playground link with the provided code.
|
|
After completing the code, ask the user if they want a playground link. Only call this tool after user confirmation and NEVER if code was written to files in their project. |