get_file_docs
Retrieve documentation matching a file path or pattern. Use it to access project-specific guides, API references, and coding conventions while editing code.
Instructions
Get documentation that matches a file path or pattern using frontmatter filePatterns. Use when editing a specific file or directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | File path or pattern. Examples: "src/components/Button.tsx", "**/*.test.js", "services/auth/*" |