mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
Fix missing import in Tool Transformation docs. (#2108)
This commit is contained in:
parent
586a7515df
commit
98fb0a6115
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ In the following example, we wrap a parent tool that accepts two arguments `x` a
|
|||
```python {12, 15}
|
||||
from fastmcp import FastMCP
|
||||
from fastmcp.tools import Tool
|
||||
from fastmcp.tools.tool_transform import forward
|
||||
from fastmcp.tools.tool_transform import forward, ArgTransform
|
||||
|
||||
mcp = FastMCP()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue