FullMt5McpByLeo/server.json

20 lines
551 B
JSON
Raw Permalink Normal View History

2026-05-03 16:10:59 -05:00
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.TradeSystemsNique/mt5-mcp-by-leo",
2026-05-03 16:17:47 -05:00
"description": "Full MCP server for MT5: access trades, logs, compilation, etc..",
2026-05-03 16:10:59 -05:00
"version": "1.0.0",
"repository": {
"url": "https://github.com/TradeSystemsNique/FullMt5McpByLeo",
"source": "github"
},
"packages": [
{
"registryType": "pypi",
"identifier": "mt5-mcp-by-leo",
"version": "1.0.7",
"transport": {
"type": "stdio"
}
}
]
}