mcp-rtfm

search_docs

Search across project documentation files with highlighted results to quickly find relevant information, streamlining knowledge access and improving productivity.

Instructions

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" }
ID: 44sgp6bmdc