7c9eeef1c4
- Version bump 1.31.0 → 1.31.1 - server.json identifier URL updated (SHA256 set by CI after build) - CHANGELOG.md updated
31 lines
959 B
JSON
31 lines
959 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.1",
|
|
"packages": [
|
|
{
|
|
"registryType": "mcpbPackageType",
|
|
"version": "1.31.1",
|
|
"identifier": "https://github.com/masdevid/mt5-quant/releases/download/v1.31.1/mcp-mt5-quant-macos-arm64.tar.gz",
|
|
"fileSha256": "TBD_CI_WILL_UPDATE",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"environmentVariables": [
|
|
{
|
|
"description": "Path to MT5-Quant config directory (default: ~/.config/mt5-quant)",
|
|
"isRequired": false,
|
|
"format": "string",
|
|
"name": "MT5_MCP_HOME"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|