{
  "_comment": "Synapse MT5 — VS Code + Continue Configuration",
  "_file": ".continue/config.json",

  "mcpServers": {
    "synapse-mt5": {
      "command": "npx",
      "args": ["-y", "synapse-mt5", "--", "--profile", "read_only"],
      "env": {
        "SYNAPSE_LICENSE_KEY": "YOUR-LICENSE-KEY"
      }
    }
  }
}
