HTTP client for a user-deployed mt5-httpapi MetaTrader 5 bridge. Use ONLY when the user has explicitly installed and configured mt5-httpapi AND provided MT5_...
**Significant update focused on trade safety and environment configuration.** - Enforces strict safety requirements: All trade-mutating endpoints (order/position changes, terminal restarts/shutdowns) now require explicit, per-action user confirmation with full details. - Updated description and usage guidelines: Only invoke the skill if the user has explicitly provided and configured MT5_API_URL; do not use for generic trading or market data questions. - No automatic credential reading: Environment variables (MT5_API_URL, MT5_API_TOKEN) must be set by the user or supplied interactively; never read from config files autonomously. - Clarifies that this skill is strictly a client for existing user-deployed mt5-httpapi installations and does not provision, configure, or automatically interact with accounts. - Emphasizes live trading risk and demo-first policy; always prompt before taking action on live accounts. - Documentation and compatibility details revised for clarity and strict compliance.