bugfix: remove description in FastMCP
This commit is contained in:
parent
a3e53a9933
commit
583badc038
@ -193,7 +193,6 @@ async def server_lifespan(server: FastMCP) -> AsyncIterator[Dict[str, Any]]:
|
|||||||
# Create the MCP server with lifespan support
|
# Create the MCP server with lifespan support
|
||||||
mcp = FastMCP(
|
mcp = FastMCP(
|
||||||
"BlenderMCP",
|
"BlenderMCP",
|
||||||
description="Blender integration through the Model Context Protocol",
|
|
||||||
lifespan=server_lifespan
|
lifespan=server_lifespan
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user