in src/lindorm_mcp_server/server.py [0:0]
def lindorm_show_tables(ctx: Context = None) -> str:
"""
Get all tables in the Lindorm database
:return: the tables in the lindorm database
"""
lindorm_sql_client = ctx.request_context.lifespan_context.lindorm_sql_client
return lindorm_sql_client.show_tables()