diff --git a/docs/servers/tools.mdx b/docs/servers/tools.mdx index 71c24dfbe..2c4fb7370 100644 --- a/docs/servers/tools.mdx +++ b/docs/servers/tools.mdx @@ -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. + +At this time, FastMCP responds only to your tool's return *value*, not its return *annotation*. + + ```python from fastmcp import FastMCP, Image import io