Merge pull request #143 from yunseorim1116/fix/description
fix: remove description in FastMCP
This commit is contained in:
commit
de65ad64ee
@ -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