Files
mt5-quant/server.json
T
Devid HW 94a8c42e68 fix: update registryType to mcpbPackageType
- The registry expects mcpbPackageType not mcpb
2026-04-22 05:52:20 +07:00

31 lines
1005 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.masdevid/mt5-quant",
"title": "MT5-Quant",
"description": "MT5 strategy development with 87 tools. Backtest, optimize, debug MQL5 EAs on macOS/Linux.",
"repository": {
"url": "https://github.com/masdevid/mt5-quant",
"source": "github"
},
"version": "1.31.0",
"packages": [
{
"registryType": "mcpbPackageType",
"version": "1.31.0",
"identifier": "https://github.com/masdevid/mt5-quant/releases/download/v1.31.0/mcp-mt5-quant-macos-arm64.tar.gz",
"fileSha256": "b23ab29823c14bc2c968869ec9ce0787e60fe531f40f19e6492d0b3314f8223d",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to MT5-Quant config directory (default: ~/.config/mt5-quant)",
"isRequired": false,
"format": "string",
"name": "MT5_MCP_HOME"
}
]
}
]
}