mcquest_search_docs
Find specific topics across Markdown documentation by searching with regex or text patterns; results include exact file paths, line numbers, matching lines, and surrounding context.
Instructions
READ ONLY. Search Markdown documentation using a regex or text pattern. Returns exact file paths, line numbers, matching lines, and limited surrounding context. Prefer this for finding specific topics across all documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | docs | |
| pattern | Yes | ||
| max_results | No | ||
| file_pattern | No | *.md | |
| context_lines | No | ||
| case_sensitive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |