You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/mcp-server/src/mcp/handlers/prompts/svelte-task.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ export function setup_svelte_task(server: SvelteMcp) {
6
6
server.prompt(
7
7
{
8
8
name: 'svelte-task-prompt',
9
-
title: 'SvelteTaskPrompt',
9
+
title: 'Svelte-Task-Prompt',
10
10
description:
11
11
'Use this Prompt to ask for any svelte related task. It will automatically instruct the LLM on how to best use the autofixer and how to query for documentation pages.',
0 commit comments