""" Entry point for lzwcai-mcp-sqlexecutor Runs the MCP server for SQL query execution """ if __name__ == "__main__": # Import and run the actual MCP server from lzwcai_mcp_sqlexecutor.main import main main()