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 16ba07a commit 883d2b4Copy full SHA for 883d2b4
examples/fastmcp/icons_demo.py
@@ -20,7 +20,7 @@
20
21
# Create server with icons in implementation
22
mcp = FastMCP(
23
- "Icons Demo Server", website_url="https://https://github.com/modelcontextprotocol/python-sdk", icons=[icon_data]
+ "Icons Demo Server", website_url="https://github.com/modelcontextprotocol/python-sdk", icons=[icon_data]
24
)
25
26
0 commit comments