Skip to main content
Glama

MCP Svelte Docs Server

types.ts580 B
/** * Types for Svelte 5 documentation */ export interface Feature { name: string; description: string; examples: string[]; bestPractices?: string[]; } export interface Pattern { name: string; description: string; examples: string[]; bestPractices?: string[]; } export interface CommonMistake { name: string; description: string; mistake: string; correction: string; explanation: string; } // Empty arrays to replace the imported content export const features: Feature[] = []; export const patterns: Pattern[] = []; export const mistakes: CommonMistake[] = [];

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-svelte-docs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server