def str_to_bool()

in src/lindorm_mcp_server/utils.py [0:0]


def str_to_bool(value):
    return value.lower() in ('true', '1', 'yes', 'on', 't')