mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-18 19:44:19 +02:00
The base Tool class now has an optional `execution` field for storing task execution metadata (SEP-1686). This lets gateways/proxies preserve execution info when forwarding tools from backends - previously this metadata was lost because Tool had no way to store it. FunctionTool continues to derive execution from task_config as before. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_tool.py | ||
| test_tool_future_annotations.py | ||
| test_tool_manager.py | ||
| test_tool_transform.py | ||