UNPKG

haloapi-mcp-tools

Version:

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

15 lines (11 loc) 293 B
#!/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 server require('../server');