""" Entry point for lzwcai-mcp-sqlexecutor Runs the MCP server for SQL query execution """ import os os.environ["databaseId"] = "162" os.environ["skillId"] = "2008360664955854850" os.environ["backendBaseUrl"] = "http://192.168.2.236:8088" if __name__ == "__main__": # Import and run the actual MCP server from lzwcai_mcp_sqlexecutor.main import main main()