in src/lindorm_mcp_server/lindorm_wide_table.py [0:0]
def _connect(self): self.connection = mysql.connector.connect(**self.config) self.cursor = self.connection.cursor()