How to Reference Tools from GitHub
How to Use Tools from Raw GitHub URLs
How to Use Tools via CLI Override
How to Install Tools from PyPI
How to Create Shareable Tool Packages
Remote Tool Source Formats
| Format | Example |
|---|---|
| GitHub shorthand | github:user/repo/path |
| GitHub with branch | github:user/repo/path@branch |
| Raw URL | https://raw.githubusercontent.com/... |
| PyPI package | package_name.module |
| Local path | ./tools.py or ./tools_dir/ |

