Skip to content

Commit b01ae90

Browse files
fix: typo again
1 parent b6db495 commit b01ae90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -9,7 +9,7 @@ import { prompt } from 'tmcp/utils';
99
* if needed (it will always be invoked manually so it's up to you to provide the arguments).
1010
*/
1111
function svelte_task(available_docs: string, task: string) {
12-
return `You are a Svelte expert tasked to build components and utilities for Svelte developers. If you need documentation for anything related to Svelte you can invoke the tool \`get-documentation\` with one of the following paths. However: before invoking the \`get_documentation\` tool, try to answer the users query using your own knowledge and the \`svelte-autofixer\` tool. Be mindful of how many section you request, since it is token-intensive!
12+
return `You are a Svelte expert tasked to build components and utilities for Svelte developers. If you need documentation for anything related to Svelte you can invoke the tool \`get-documentation\` with one of the following paths. However: before invoking the \`get-documentation\` tool, try to answer the users query using your own knowledge and the \`svelte-autofixer\` tool. Be mindful of how many section you request, since it is token-intensive!
1313
<available-docs>
1414
1515
${available_docs}

0 commit comments

Comments
 (0)