Skip to main content
Glama

MCP Svelte Docs Server

# layout-groups Definition **Definition:** Parentheses-named directories `(group)` organize routes under separate layout hierarchies without affecting the URL pathname. **Syntax:** `src/routes/(app)/...` and `src/routes/(marketing)/...` **Returns:** Layouts inside a group apply only to routes in that group. ## Example ```txt src/routes/ ├ (app)/ │ ├ dashboard/ │ ├ item/ │ └ +layout.svelte ├ (marketing)/ │ ├ about/ │ ├ testimonials/ │ └ +layout.svelte └ +layout.svelte ``` ## Related - `page-reset-layout`, `layout-reset`, `advanced-routing`

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