auto generated tools docs, added stdio transport, added additional mcp config and permissions

This commit is contained in:
dswbx
2025-08-09 14:14:51 +02:00
parent 170ea2c45b
commit cb873381f1
25 changed files with 3770 additions and 87 deletions

View File

@@ -13,10 +13,12 @@ export default async function Page(props: {
if (!page) notFound();
const MDXContent = page.data.body;
// in case a page exports a custom toc
const toc = (page.data as any).custom_toc ?? page.data.toc;
return (
<DocsPage
toc={page.data.toc}
toc={toc}
full={page.data.full}
tableOfContent={{
style: "clerk",