"""FL Studio MCP Server entry point.""" from server import mcp if __name__ == "__main__": mcp.run(transport="stdio")