Merge pull request #143 from yunseorim1116/fix/description

fix: remove description in FastMCP
This commit is contained in:
ahujasid 2025-08-02 17:44:46 -07:00 committed by GitHub
commit de65ad64ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
)