character as `\\
You have access to `@sveltejs/mcp` CLI for Svelte-specific assistance. Use these commands via `npx`: ``` npx @sveltejs/mcp list-sections
@sveltejs/mcp CLI for Svelte-specific assistance. Use these commands via npx:npx @sveltejs/mcp list-sectionsnpx @sveltejs/mcp get-documentation "<section1>,<section2>,..."list-sections to fetch relevant docs.npx @sveltejs/mcp get-documentation "$state,$derived,$effect"npx @sveltejs/mcp svelte-autofixer "<code_or_path>" [options]--async - Enable async Svelte mode (default: false)--svelte-version - Target version: 4 or 5 (default: 5)# Analyze inline code (escape $ as \$) npx @sveltejs/mcp svelte-autofixer '<script>let count = \$state(0);</script>' # Analyze a file npx @sveltejs/mcp svelte-autofixer ./src/lib/Component.svelte # Target Svelte 4 npx @sveltejs/mcp svelte-autofixer ./Component.svelte --svelte-version 4
$state, $derived, etc.) via the terminal, escape the $ character as \$ to prevent shell variable substitution.list-sections then get-documentation for relevant topicssvelte-autofixer on the code to detect issuessvelte-autofixer before finalizing any Svelte component