feat: implement MCP tools and services for campaign rules and pool definitions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user