mcp-rtfm

search_docs

Search across documentation files with highlighted results

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the project root directory
queryYesSearch query to find in documentation

Input Schema (JSON Schema)

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