966ce83eae
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
set -a
|
|
source "$(dirname "$0")/.env"
|
|
set +a
|
|
exec python -m world_intel_mcp.dashboard.app
|