fix: Fix line length in test_server.py

This commit is contained in:
David Soria Parra
2025-01-03 15:53:19 +00:00
parent 118ddcc9ac
commit 329f595f5f

View File

@@ -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}! 👋"