bugfix: remove description in FastMCP

This commit is contained in:
seorim yun 2025-08-01 14:03:20 +09:00
parent a3e53a9933
commit 583badc038

View File

@ -193,7 +193,6 @@ async def server_lifespan(server: FastMCP) -> AsyncIterator[Dict[str, Any]]:
# Create the MCP server with lifespan support
mcp = FastMCP(
"BlenderMCP",
description="Blender integration through the Model Context Protocol",
lifespan=server_lifespan
)