list_files
List all indexed files for a project, optionally filtered by type (header, source, documentation, config), to find specific code or documentation quickly.
Instructions
List all indexed files for a project, optionally filtered by type.
Args: project: Project name (e.g., "my-project") file_type: Optional filter: "header", "source", "documentation", "config"
Returns: List of indexed file paths with their types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| file_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |