diff --git a/tests/server/fastmcp/test_server.py b/tests/server/fastmcp/test_server.py index 63841af..f5d4214 100644 --- a/tests/server/fastmcp/test_server.py +++ b/tests/server/fastmcp/test_server.py @@ -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}! 👋"