get-file-content
Retrieve the content of a specific file from a GitHub repository by providing the owner, repository name, and file path. Integrates with the MCP Server to provide file data for AI interactions.
Instructions
Get content of a specific file from a GitHub repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | Yes | GitHub repository owner/organization name | |
path | Yes | Path to the file in the repository | |
repo | Yes | GitHub repository name |