arcade-mcp/toolkits/github/arcade_github
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
..
tools Make starred = True by default in Github tool (#227) 2025-01-24 13:50:30 -08:00
__init__.py Add Github Toolkit (#75) 2024-10-02 10:40:17 -07:00