release: v1.31.5
- Version bump 1.31.4 → 1.31.5 - server.json identifier URL updated (SHA256 set by CI after build) - CHANGELOG.md updated
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.31.5] — 2026-04-22
|
||||||
|
|
||||||
|
- feat: add check_update and update tools with background auto-check
|
||||||
|
- release: v1.31.4
|
||||||
|
- fix: update all scripts for correctness and consistency
|
||||||
|
- release: v1.31.3
|
||||||
|
- docs: clean up public repo — remove IDE files, fix stale refs
|
||||||
|
- release: v1.31.2
|
||||||
|
- refactor: reduce handler boilerplate in analysis and experts modules
|
||||||
|
- fix: registryType mcpbPackageType → mcpb
|
||||||
|
|
||||||
|
|
||||||
## [1.31.4] — 2026-04-22
|
## [1.31.4] — 2026-04-22
|
||||||
|
|
||||||
- fix: update all scripts for correctness and consistency
|
- fix: update all scripts for correctness and consistency
|
||||||
|
|||||||
Generated
+1
-1
@@ -481,7 +481,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mt5-quant"
|
name = "mt5-quant"
|
||||||
version = "1.31.4"
|
version = "1.31.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64",
|
"base64",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mt5-quant"
|
name = "mt5-quant"
|
||||||
version = "1.31.4"
|
version = "1.31.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "MT5-Quant MCP Server - Exposes MT5 backtest and optimization tools via MCP"
|
description = "MT5-Quant MCP Server - Exposes MT5 backtest and optimization tools via MCP"
|
||||||
authors = ["masdevid <masdevid@example.com>"]
|
authors = ["masdevid <masdevid@example.com>"]
|
||||||
|
|||||||
+3
-3
@@ -7,12 +7,12 @@
|
|||||||
"url": "https://github.com/masdevid/mt5-quant",
|
"url": "https://github.com/masdevid/mt5-quant",
|
||||||
"source": "github"
|
"source": "github"
|
||||||
},
|
},
|
||||||
"version": "1.31.4",
|
"version": "1.31.5",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"registryType": "mcpb",
|
"registryType": "mcpb",
|
||||||
"version": "1.31.4",
|
"version": "1.31.5",
|
||||||
"identifier": "https://github.com/masdevid/mt5-quant/releases/download/v1.31.4/mcp-mt5-quant-macos-arm64.tar.gz",
|
"identifier": "https://github.com/masdevid/mt5-quant/releases/download/v1.31.5/mcp-mt5-quant-macos-arm64.tar.gz",
|
||||||
"fileSha256": "TBD_CI_WILL_UPDATE",
|
"fileSha256": "TBD_CI_WILL_UPDATE",
|
||||||
"transport": {
|
"transport": {
|
||||||
"type": "stdio"
|
"type": "stdio"
|
||||||
|
|||||||
Reference in New Issue
Block a user