This website requires JavaScript.
Explore
Help
Register
Sign In
gavindiaz
/
world-intel-mcp
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bb3217bfeafe5f95f2d4a911219fc780ea26be13
world-intel-mcp
/
run-dashboard.sh
T
6 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
fix: auto-load .env via python-dotenv for dashboard API keys
2026-02-24 12:42:15 -05:00
#!/bin/bash
set
-a
source
"
$(
dirname
"
$0
"
)
/.env"
set
+a
exec
python -m world_intel_mcp.dashboard.app
Reference in New Issue
Copy Permalink