FullMt5McpByLeo/dependencies.json

44 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2026-04-27 22:49:28 -05:00
{
"repos": [
{
"name": "McpServer",
"url": "https://forge.mql5.io/nique_372/McpServer",
"rama": "main",
2026-04-28 19:51:53 +00:00
"comment": "private, contact me to gain access (paid)"
2026-04-27 22:49:28 -05:00
},
{
"name": "ExtraCodes",
"url": "https://forge.mql5.io/nique_372/ExtraCodes",
"rama": "main",
2026-04-28 19:51:53 +00:00
"comment": "private, contac me to get access"
2026-04-27 22:49:28 -05:00
}
],
2026-05-03 16:10:59 -05:00
"min_mt5_build": 5430,
"other_languages": [
{
"name": "Python",
"version": ">=3.10.9",
"requirements": "requirements.txt"
}
],
"hooks": {
"pre_install": [
{
"command": "pip install -r \"${{repo.root}}${{os.sep}}FullMt5McpByLeo${{os.sep}requirements.txt\"",
"permitir_fallo": false,
"timeout_ms": 30000
}
],
"post_install": [],
"post_install_only_on_success": true,
"pre_update": [
{
"command": "pip install -r \"${{repo.root}}${{os.sep}}FullMt5McpByLeo${{os.sep}}requirements.txt\" --upgrade",
"permitir_fallo": false,
"timeout_ms": 30000
}
],
"post_update": [],
"post_update_only_on_success": true
}
2026-04-27 22:49:28 -05:00
}