Skip to content

Commit 5bc812e

Browse files
committed
fix: enable list-sections tool
1 parent 8231966 commit 5bc812e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/mcp-server/src/mcp/handlers/tools/list-sections.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export function list_sections(server: SvelteMcp) {
66
server.tool(
77
{
88
name: 'list-sections',
9-
enabled: () => true,
109
description:
1110
'Lists all available Svelte 5 and SvelteKit documentation sections in a structured format. Returns sections as a list of "* title: [section_title], use_cases: [use_cases], path: [file_path]" - you can use either the title or path when querying a specific section via the get_documentation tool. Always run list-sections first for any query related to Svelte development to discover available content.',
1211
},

0 commit comments

Comments
 (0)