chore: Update SDK documentation (#3615)

Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
This commit is contained in:
marvin-context-protocol[bot] 2026-03-25 10:58:34 -04:00 committed by GitHub
commit 145dbbfb4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 290 additions and 218 deletions

View file

@ -319,7 +319,7 @@ request context) or when the client did not advertise the extension.
Example::
from fastmcp.server.apps import UI_EXTENSION_ID
from fastmcp.apps.config import UI_EXTENSION_ID
@mcp.tool
async def my_tool(ctx: Context) -> str: