mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Update tools.mdx
This commit is contained in:
parent
f87617e228
commit
b62f005307
1 changed files with 4 additions and 0 deletions
|
|
@ -205,6 +205,10 @@ FastMCP automatically converts the value returned by your function into the appr
|
|||
|
||||
FastMCP will attempt to serialize other types to a string if possible.
|
||||
|
||||
<Tip>
|
||||
At this time, FastMCP responds only to your tool's return *value*, not its return *annotation*.
|
||||
</Tip>
|
||||
|
||||
```python
|
||||
from fastmcp import FastMCP, Image
|
||||
import io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue