mcp-rtfm

analyze_existing_docs

Analyze existing documentation files with enhanced content analysis and metadata generation

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the project root directory

Input Schema (JSON Schema)

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