AiDataTaskRunerMcp/server.json

20 lines
601 B
JSON
Raw Permalink Normal View History

2026-04-23 22:08:21 -05:00
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.TradeSystemsNique/aidatataskrunner-mcp",
"description": "MCP server for AiDataTaskRunner Panel (MT5) - Control data generation and ML model training via MCP",
2026-04-24 07:00:26 -05:00
"version": "1.0.0",
2026-04-23 22:08:21 -05:00
"repository": {
"url": "https://github.com/TradeSystemsNique/AiDataTaskRunerMcp",
"source": "github"
},
"packages": [
{
2026-04-23 22:12:55 -05:00
"registryType": "pypi",
2026-04-23 22:08:21 -05:00
"identifier": "aidatataskrunner-mcp",
2026-04-24 07:00:26 -05:00
"version": "1.0.2",
"transport": {
"type": "stdio"
}
2026-04-23 22:08:21 -05:00
}
]
}