diff --git a/MCP_Server/server.py b/MCP_Server/server.py index d04d8fe6..25686c31 100644 --- a/MCP_Server/server.py +++ b/MCP_Server/server.py @@ -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 ) @@ -658,4 +658,4 @@ def main(): mcp.run() if __name__ == "__main__": - main() \ No newline at end of file + main()