Skip to content

Commit 883d2b4

Browse files
committed
Fix double https:// typo in icons demo website URL
1 parent 16ba07a commit 883d2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fastmcp/icons_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Create server with icons in implementation
2222
mcp = FastMCP(
23-
"Icons Demo Server", website_url="https://https://github.com/modelcontextprotocol/python-sdk", icons=[icon_data]
23+
"Icons Demo Server", website_url="https://github.com/modelcontextprotocol/python-sdk", icons=[icon_data]
2424
)
2525

2626

0 commit comments

Comments
 (0)