Add MCP documentation page with tools, prompts and resources

Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-30 14:33:00 +00:00
parent a99438f93f
commit 377cab77ed
3 changed files with 284 additions and 30 deletions

View File

@@ -103,6 +103,10 @@ export default defineContentConfig({
profile: defineCollection({
type: 'page',
source: 'profile.md'
}),
documentation: defineCollection({
type: 'page',
source: 'documentation.md'
})
}
})