mcp-rtfm

get_related_docs

Find related documentation files based on metadata

Input Schema

NameRequiredDescriptionDefault
docFileYesName of the documentation file
projectPathYesPath to the project root directory

Input Schema (JSON Schema)

{ "properties": { "docFile": { "description": "Name of the documentation file", "type": "string" }, "projectPath": { "description": "Path to the project root directory", "type": "string" } }, "required": [ "projectPath", "docFile" ], "type": "object" }