ateam_github_read
Read any file from a solution's GitHub repository to access connector source code, skill definitions, or versioned files. Returns file content from the specified branch or tag.
Instructions
Read any file from a solution's GitHub repo. Returns the file content. Use this to read connector source code, skill definitions, or any versioned file. Default reads from main (deployed/prod state). Pass ref: 'dev' to read in-progress work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solution_id | Yes | The solution ID | |
| path | Yes | File path in the repo (e.g. 'connectors/home-assistant-mcp/server.js', 'solution.json', 'skills/order-support/skill.json') | |
| ref | No | Branch, tag, or commit SHA to read from. Default: 'main' (prod). Use 'dev' to read in-progress work. | main |