arcade-mcp/arcade/arcade/sdk/__init__.py
Nate Barbettini 14998a43e3
Add ToolContext and OAuth tool support (#10)
- Adds initial `ToolContext` to tool invocations
- This unlocks the ability to call authenticated tools (e.g. Gmail),
which works in this branch against Nate's dev engine
2024-08-02 11:25:08 -07:00

5 lines
50 B
Python

from .tool import tool
__all__ = [
"tool",
]