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 8064a4f commit 6a23b9cCopy full SHA for 6a23b9c
packages/mcp-server/src/mcp/utils.ts
@@ -45,6 +45,6 @@ export async function get_sections() {
45
export async function format_sections_list(): Promise<string> {
46
const sections = await get_sections();
47
return sections
48
- .map((s) => `* title: ${s.title}, use_cases: ${s.use_cases}, path: ${s.url}`)
+ .map((s) => `* title: ${s.title}, use_cases: ${s.use_cases}, path: ${s.slug}`)
49
.join('\n');
50
}
0 commit comments