svelte5_events
Access detailed Svelte 5 event handling documentation, with optional code examples, through the MCP Svelte Docs Server for efficient development.
Instructions
Get documentation about event handling in Svelte 5
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeExamples | No | Whether to include code examples (default: true) |
Input Schema (JSON Schema)
{
"properties": {
"includeExamples": {
"description": "Whether to include code examples (default: true)",
"type": "boolean"
}
},
"type": "object"
}