{
  "name": "synapse-mt5",
  "version": "1.4.2",
  "description": "Synapse MT5 — Native C++ MCP server bridging AI assistants to MetaTrader 5. Sub-millisecond latency, zero Python dependencies.",
  "keywords": [
    "mcp",
    "mcp-server",
    "metatrader",
    "metatrader5",
    "mt5",
    "trading",
    "ai",
    "claude",
    "cursor",
    "windsurf",
    "forex",
    "algo-trading"
  ],
  "author": "Synapse MT5",
  "license": "SEE LICENSE IN LICENSE",
  "bin": {
    "synapse-mt5": "bin/synapse-mt5-client.exe",
    "synapse-mt5-daemon": "bin/synapse-mt5-daemon.exe"
  },
  "os": [
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "bin/synapse-mt5-client.exe",
    "bin/synapse-mt5-daemon.exe",
    "assets/",
    "ea/*.ex5",
    "ea/*README.md",
    "configs/",
    "LICENSE",
    "INSTALL.md",
    "CHANGELOG.md",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mfalmeh/MCP-MQL5.git"
  },
  "homepage": "https://github.com/Mfalmeh/MCP-MQL5",
  "bugs": {
    "url": "https://github.com/Mfalmeh/MCP-MQL5/issues"
  },
  "scripts": {
    "sync:product-facts": "node scripts/sync-product-facts.js && node scripts/update-readme.js && node scripts/generate-gumroad-copy.js",
    "sync:readme": "node scripts/update-readme.js",
    "sync:gumroad": "node scripts/generate-gumroad-copy.js"
  }
}
