refactor: Rename MCP-Generated directory to MCP and update related references in scripts and documentation

This commit is contained in:
Simon Larsen
2025-06-25 17:09:27 +01:00
parent d400271f3c
commit 338a2dc2cc
5 changed files with 14 additions and 14 deletions

View File

@@ -38,7 +38,7 @@
"typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js",
"uninstall": "bash uninstall.sh",
"lint": "export NODE_OPTIONS='--max-old-space-size=32768' && npx eslint . --cache",
"fix-lint": "export NODE_OPTIONS='--max-old-space-size=32768' && npx eslint . --fix --cache",
"fix-lint": "export NODE_OPTIONS='--max-old-space-size=32768' && npx eslint . --fix --cache --debug",
"fix": "npm run fix-lint",
"status-check": "bash ./Tests/Scripts/status-check.sh $npm_config_services",
"start": "export $(grep -v '^#' config.env | xargs) && docker compose up --remove-orphans -d $npm_config_services && npm run status-check",