arcade-mcp/arcade/tests
Nate Barbettini 3f7226709f
feat: Tool secrets (#252)
SDK support for tool secrets (stored and managed by the engine):
- [x] New `requires_secrets=` option in the `@tool` decorator
- [x] Internal plumbing in the catalog and `ToolContext`
- [x] Full test coverage of all added code
- [x] Bumped minor version (new feature)

This PR can be merged without waiting for Engine changes, because it is
additive only (no breaking changes).

After this is merged, I will open another PR to update existing toolkits
that will benefit from this feature!
2025-02-27 15:56:11 -08:00
..
cli Fix login URL (fixes CSRF issues) (#225) 2025-01-23 22:44:57 -08:00
core feat: Tool secrets (#252) 2025-02-27 15:56:11 -08:00
sdk Add @tool.deprecated (#247) 2025-02-18 13:27:49 -08:00
tool feat: Tool secrets (#252) 2025-02-27 15:56:11 -08:00
__init__.py Tool SDK, Schemas (#2) 2024-07-14 23:37:46 -07:00