mcquest_list_docs
List Markdown files in a project directory to discover available documentation, excluding dependency and generated folders. Use this to find docs before reading specific files.
Instructions
READ ONLY. List Markdown documentation files under a project directory. Excludes dependency/generated directories and non-Markdown files. Returns relative file paths. Use to discover available documentation before reading specific files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | docs | |
| pattern | No | *.md | |
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |