We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad4bb3 commit b999b4eCopy full SHA for b999b4e
examples/fastmcp/icons_demo.py
@@ -16,7 +16,7 @@
16
icon_data = base64.b64encode(f.read()).decode("utf-8")
17
icon_data_uri = f"data:image/png;base64,{icon_data}"
18
19
-icon_data = Icon(src=icon_data_uri, mimeType="image/png", sizes="32x32")
+icon_data = Icon(src=icon_data_uri, mimeType="image/png", sizes="64x64")
20
21
# Create server with icons in implementation
22
mcp = FastMCP(
examples/fastmcp/mcp.png
-58.9 KB
0 commit comments