svelte5_migration
Identify and implement migration patterns from Svelte 4 to Svelte 5, such as reactive statements, props, and events, using MCP Svelte Docs Server for precise documentation support.
Instructions
Get Svelte 4 to Svelte 5 migration patterns
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pattern | No | Specific pattern to look for (e.g., "reactive", "props", "events") |
Input Schema (JSON Schema)
{
"properties": {
"pattern": {
"description": "Specific pattern to look for (e.g., \"reactive\", \"props\", \"events\")",
"type": "string"
}
},
"type": "object"
}