github-repo-mcp_getRepoFile
Fetch a specific file from a GitHub repository by providing the repository URL and file path. Enables direct access to source code, documentation, or configuration files for research and development tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoUrl | Yes | The URL of the Github repo | |
| path | Yes | The file path to fetch |