Commit f5429f3
committed
Add boto3 to requirements and integrate email MCP into victoria_terminal.py
- Added boto3 to requirements.txt
- Added EMAIL_ENV_KEYS constant for required env vars
- Added _is_email_enabled() function to check if email MCP should be enabled
- Added email MCP configuration setup in write_crush_config() to set
EMAIL_MCP_SCRIPT and EMAIL_MCP_DIR automatically (same pattern as SendGrid)1 parent 3ca984f commit f5429f3
2 files changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
| 588 | + | |
588 | 589 | | |
589 | 590 | | |
590 | 591 | | |
| |||
706 | 707 | | |
707 | 708 | | |
708 | 709 | | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
709 | 714 | | |
710 | 715 | | |
711 | 716 | | |
| |||
783 | 788 | | |
784 | 789 | | |
785 | 790 | | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
786 | 806 | | |
787 | 807 | | |
788 | 808 | | |
| |||
0 commit comments