Files
myeasycms-v2/run-mcp.sh
2026-03-29 19:44:57 +02:00

5 lines
195 B
Bash
Executable File

#!/bin/bash
export MAKERKIT_PROJECT_ROOT="/Users/zaidmarzguioui/combiss/trunk/myeasycms-v2"
cd /Users/zaidmarzguioui/combiss/trunk/myeasycms-v2
exec node packages/mcp-server/build/index.cjs "$@"