arcade-mcp/toolkits/github/arcade_github/tools
Renato Byrro aa0cd02fe9
Make starred = True by default in Github tool (#227)
`starred` is a required argument of the
`arcade_github.activity.set_starred` tool, but when it is not provided
in the tool call, the engine is somehow passing it with a falsy value,
instead of raising an error. the falsy value makes the tool unstar a
repo by default, which is not the desired behavior.

we're setting the `starred` arg to True in the tool interface to prevent
that.
2025-01-24 13:50:30 -08:00
..
__init__.py Add Github Toolkit (#75) 2024-10-02 10:40:17 -07:00
activity.py Make starred = True by default in Github tool (#227) 2025-01-24 13:50:30 -08:00
constants.py Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
issues.py Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
models.py Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
pull_requests.py Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
repositories.py Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
utils.py Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00