Skip to content

Commit 485e60e

Browse files
committed
fix: change title names to allow claude code to invoke the prompt
1 parent 480bfca commit 485e60e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mcp-server/src/mcp/handlers/prompts/svelte-task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function setup_svelte_task(server: SvelteMcp) {
66
server.prompt(
77
{
88
name: 'svelte-task-prompt',
9-
title: 'Svelte Task Prompt',
9+
title: 'Svelte-Task-Prompt',
1010
description:
1111
'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.',
1212
schema: v.object({

packages/mcp-server/src/mcp/handlers/resources/doc-section.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export async function list_sections(server: SvelteMcp) {
66

77
server.template(
88
{
9-
name: 'Svelte Doc Section',
9+
name: 'Svelte-Doc-Section',
1010
description: 'A single documentation section',
1111
list() {
1212
return sections.map((section) => {

0 commit comments

Comments
 (0)