Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
3150933
1
Parent(s): e71392d
Update tools.mdx
Browse files- docs/servers/tools.mdx +4 -0
docs/servers/tools.mdx
CHANGED
|
@@ -205,6 +205,10 @@ FastMCP automatically converts the value returned by your function into the appr
|
|
| 205 |
|
| 206 |
FastMCP will attempt to serialize other types to a string if possible.
|
| 207 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 208 |
```python
|
| 209 |
from fastmcp import FastMCP, Image
|
| 210 |
import io
|
|
|
|
| 205 |
|
| 206 |
FastMCP will attempt to serialize other types to a string if possible.
|
| 207 |
|
| 208 |
+
<Tip>
|
| 209 |
+
At this time, FastMCP responds only to your tool's return *value*, not its return *annotation*.
|
| 210 |
+
</Tip>
|
| 211 |
+
|
| 212 |
```python
|
| 213 |
from fastmcp import FastMCP, Image
|
| 214 |
import io
|