feat: implement MCP tools and services for campaign rules and pool definitions

This commit is contained in:
SonPhung
2026-07-27 23:17:14 +07:00
parent 385f18fba2
commit 9a26c6ce2d
11 changed files with 208 additions and 14 deletions

View File

@@ -6,6 +6,8 @@ if (-not (Test-Path $LogDir)) {
New-Item -ItemType Directory -Force -Path $LogDir | Out-Null
}
$env:JAVA_TOOL_OPTIONS = "-Duser.timezone=Asia/Ho_Chi_Minh"
if (Test-Path (Join-Path $ProjectRoot ".env")) {
Write-Host "Loading environment variables from .env"
Get-Content (Join-Path $ProjectRoot ".env") | Where-Object { $_ -match "^[^#]" -and $_ -match "=" } | ForEach-Object {