mtm-news-mcp/run.sh
2025-07-07 03:51:37 +02:00

11 lines
116 B
Bash
Executable File

#!/bin/bash
cd $(dirname "${0}")
if [ ! -f build/index.js ]; then
npm i
npm run build
fi
node build/index.js