Meta-Trader-MCP incorporates source code from the following
MIT-licensed projects. Original copyright notices are retained.

- ariadng/metatrader-mcp-server      © 2025 Aria Dhanang (ariadng) (MIT)
  https://github.com/ariadng/metatrader-mcp-server
  Vendored: the modular MetaTrader 5 client library (connection/, market/,
  order/, account/, history/, types/, exceptions.py, utils.py) under
  src/meta_trader_mcp/client/, and the REST/WebSocket request/response
  shapes used by the remote-bridge adapter.

- Qoyyuum/mcp-metatrader5-server     © Abdul Qoyyuum (MIT)
  https://github.com/Qoyyuum/mcp-metatrader5-server
  Reused: FastMCP tool & resource definitions and request/response shapes,
  packaging conventions, and ruff.toml.

- Cloudmeru/MetaTrader-5-MCP-Server  © 2025 Cloudmeru (MIT)
  https://github.com/Cloudmeru/MetaTrader-5-MCP-Server
  Reused: risk guardrails (payload-size/operation limits), rate limiting,
  thread-safe connection handling, and the standardized error taxonomy.

- emerzon/mt-data-mcp                © 2026 Emerson Gomes (MIT)
  https://github.com/emerzon/mt-data-mcp
  Reused: fast candle/tick read functions and technical-indicator
  computations (SMA/EMA/RSI/MACD) on local buffers.

Conceptual reference (no code copied):
- masdevid/mt5-quant (Rust)          headless macOS/Wine runtime patterns
  https://github.com/masdevid/mt5-quant
