Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MCP_Server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async def server_lifespan(server: FastMCP) -> AsyncIterator[Dict[str, Any]]:
# Create the MCP server with lifespan support
mcp = FastMCP(
"AbletonMCP",
description="Ableton Live integration through the Model Context Protocol",
# FIELD NO LONGER SUPPORTED description="Ableton Live integration through the Model Context Protocol",
lifespan=server_lifespan
)

Expand Down Expand Up @@ -658,4 +658,4 @@ def main():
mcp.run()

if __name__ == "__main__":
main()
main()