MCP Documentation Service

by alekspetrov
Verified

generate_documentation_navigation

Generate a navigation structure from the markdown documents in the docs directory. Returns a JSON structure that can be used for navigation menus.

Input Schema

NameRequiredDescriptionDefault
basePathNo
pathNo
recursiveNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "basePath": { "type": "string" }, "path": { "type": "string" }, "recursive": { "default": false, "type": "boolean" } }, "type": "object" }