mcp-rtfm

analyze_project_with_metadata

Analyze project structure, create initial documentation files, and enhance with metadata/context

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" }