@echo off
:: Windows batch file to run spex-mcp without cmd.exe banner interference
:: This ensures stdout is reserved for MCP JSON-RPC communication

:: Get the directory where this script is located
set SCRIPT_DIR=%~dp0

:: Run Node.js directly with the main script
node "%SCRIPT_DIR%spex-mcp.js" %* 