30 lines
994 B
JSON
30 lines
994 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/modelcontextprotocol/specification/main/schema/2024-11-05/schema.json",
|
|
"name": "io.github.masdevid/mt5-quant",
|
|
"title": "MT5-Quant",
|
|
"description": "MCP server for MT5 strategy development. Compile, backtest, analyze MQL5 EAs on macOS/Linux.",
|
|
"repository": {
|
|
"url": "https://github.com/masdevid/mt5-quant",
|
|
"source": "github"
|
|
},
|
|
"version": "1.0.0",
|
|
"packages": [
|
|
{
|
|
"registryType": "mcpb",
|
|
"identifier": "https://github.com/masdevid/mt5-quant/releases/download/v1.0.0/mcp-mt5-quant-macos-arm64.tar.gz",
|
|
"fileSha256": "5d647e44efa32ab9a1b8e16139a3a0e4a58408ce5993cc0bf14d551184124fbb",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"environmentVariables": [
|
|
{
|
|
"description": "Path to MT5-Quant config directory (default: ~/.config/mt5-quant)",
|
|
"isRequired": false,
|
|
"format": "string",
|
|
"name": "MT5_MCP_HOME"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|