UNPKG

haloapi-mcp-tools

Version:

Model Context Protocol (MCP) server for interacting with the HaloPSA API

14 lines (10 loc) 278 B
#!/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 file require('dotenv').config(); // Start the server require('../dist/index.js');