docs: fix generated mcp tools page title

This commit is contained in:
dswbx
2025-08-30 17:31:22 +02:00
parent dc08d12ce6
commit 111b2ae364

View File

@@ -27,7 +27,7 @@ async function generateDocument({
resources: ReturnType<Resource["toJSON"]>[]; resources: ReturnType<Resource["toJSON"]>[];
}) { }) {
return `--- return `---
title: "MCP" title: "Tools & Resources"
description: "Tools & Resources of the built-in full featured MCP server." description: "Tools & Resources of the built-in full featured MCP server."
tags: ["documentation"] tags: ["documentation"]
--- ---