read_file
Read external project files to access their content for code quality inspection based on coding standards and best practices.
Instructions
외부 프로젝트의 파일을 읽어서 반환합니다. 절대 경로 또는 현재 작업 디렉토리 기준 상대 경로를 사용할 수 있습니다.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | 읽을 파일 경로 (예: ./src/utils.js 또는 C:/project/src/utils.js) |