mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2026-01-07 07:54:20 +01:00
fix: Fix line length in test_server.py
This commit is contained in:
@@ -36,7 +36,9 @@ class TestServer:
|
||||
mcp = FastMCP()
|
||||
|
||||
@mcp.tool(
|
||||
description="🌟 This tool uses emojis and UTF-8 characters: á é í ó ú ñ 漢字 🎉"
|
||||
description=(
|
||||
"🌟 This tool uses emojis and UTF-8 characters: á é í ó ú ñ 漢字 🎉"
|
||||
)
|
||||
)
|
||||
def hello_world(name: str = "世界") -> str:
|
||||
return f"¡Hola, {name}! 👋"
|
||||
|
||||
Reference in New Issue
Block a user