arcade-mcp/toolkits/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
..
arcade_github Make starred = True by default in Github tool (#227) 2025-01-24 13:50:30 -08:00
evals Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
tests Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
.pre-commit-config.yaml Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
.ruff.toml Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
LICENSE Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
Makefile Pin poetry to 1.8.5 (#193) 2025-01-07 13:21:55 -08:00
pyproject.toml Weekly Toolkit Release (#222) 2025-01-23 18:46:05 -08:00