get_module_docs
Extracts documentation comments and signatures from a Rust or WIT file, so you can review module APIs without opening the source.
Instructions
Extracts documentation comments (///) and the signatures immediately following them from a Rust or WIT file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the file relative to the API or WIT root, e.g. 'src/item.rs' |