svelte5_mistakes
Identify common mistakes in Svelte 5 development by specifying categories like state, props, or events. Learn actionable insights to improve coding practices in the MCP Svelte Docs Server environment.
Instructions
Get common mistakes when using Svelte 5
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Category of mistakes (e.g., "state", "props", "events") |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "Category of mistakes (e.g., \"state\", \"props\", \"events\")",
"type": "string"
}
},
"type": "object"
}