Skip to content

Commit 70f14bd

Browse files
committed
feat: use endpoint to get sections
1 parent a281ef4 commit 70f14bd

File tree

2 files changed

+1
-840
lines changed

2 files changed

+1
-840
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export function setup_svelte_task(server: SvelteMcp) {
1414
}),
1515
},
1616
async ({ task }) => {
17-
// TODO: implement logic to fetch the available docs paths to return in the prompt
1817
const available_docs: string[] = (await get_sections()).map((s) => s.title);
1918

2019
return {

0 commit comments

Comments
 (0)