repo_list_files
List files in a specified path of a local Git repository, with an optional limit to manage large directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | ||
| limit | Yes | ||
| truncated | Yes | ||
| repository | Yes |