We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a281ef4 commit 70f14bdCopy full SHA for 70f14bd
packages/mcp-server/src/mcp/handlers/prompts/svelte-task.ts
@@ -14,7 +14,6 @@ export function setup_svelte_task(server: SvelteMcp) {
14
}),
15
},
16
async ({ task }) => {
17
- // TODO: implement logic to fetch the available docs paths to return in the prompt
18
const available_docs: string[] = (await get_sections()).map((s) => s.title);
19
20
return {
0 commit comments