#!/usr/bin/env node/**
* HaloPSA MCP Tools executable script
*
* This script launches the HaloPSA MCP Server when called from the command line.
*/// Load environment variables from .env filerequire('dotenv').config();
// Start the serverrequire('../dist/index.js');