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 118ddcc commit 329f595Copy full SHA for 329f595
tests/server/fastmcp/test_server.py
@@ -36,7 +36,9 @@ async def test_non_ascii_description(self):
36
mcp = FastMCP()
37
38
@mcp.tool(
39
- description="🌟 This tool uses emojis and UTF-8 characters: á é í ó ú ñ 漢字 🎉"
+ description=(
40
+ "🌟 This tool uses emojis and UTF-8 characters: á é í ó ú ñ 漢字 🎉"
41
+ )
42
)
43
def hello_world(name: str = "世界") -> str:
44
return f"¡Hola, {name}! 👋"
0 commit comments