#!/usr/bin/env node/**
* HaloPSA MCP Server CLI
*
* This script provides a command-line interface for starting
* the HaloPSA MCP Server for Claude Desktop.
*/// Ensure the script runs as an executable
process.title = 'haloapi-mcp-server';
// Import the serverrequire('../server');