release: v1.31.2

- Version bump 1.31.1 → 1.31.2
- server.json identifier URL updated (SHA256 set by CI after build)
- CHANGELOG.md updated
This commit is contained in:
Devid HW
2026-04-22 07:01:47 +07:00
parent d03f080b95
commit 740f24784f
4 changed files with 12 additions and 6 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog # Changelog
## [1.31.2] — 2026-04-22
- refactor: reduce handler boilerplate in analysis and experts modules
- fix: registryType mcpbPackageType → mcpb
## [1.31.1] — 2026-04-22 ## [1.31.1] — 2026-04-22
- Minor improvements and bug fixes - Minor improvements and bug fixes
Generated
+1 -1
View File
@@ -481,7 +481,7 @@ dependencies = [
[[package]] [[package]]
name = "mt5-quant" name = "mt5-quant"
version = "1.31.1" version = "1.31.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "mt5-quant" name = "mt5-quant"
version = "1.31.1" version = "1.31.2"
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>"]
+4 -4
View File
@@ -7,13 +7,13 @@
"url": "https://github.com/masdevid/mt5-quant", "url": "https://github.com/masdevid/mt5-quant",
"source": "github" "source": "github"
}, },
"version": "1.31.1", "version": "1.31.2",
"packages": [ "packages": [
{ {
"registryType": "mcpb", "registryType": "mcpb",
"version": "1.31.1", "version": "1.31.2",
"identifier": "https://github.com/masdevid/mt5-quant/releases/download/v1.31.1/mcp-mt5-quant-macos-arm64.tar.gz", "identifier": "https://github.com/masdevid/mt5-quant/releases/download/v1.31.2/mcp-mt5-quant-macos-arm64.tar.gz",
"fileSha256": "f7e2137c3d223c1af3fe70cb01ce5575874f98a29f732771f4fb816c1d1a5768", "fileSha256": "TBD_CI_WILL_UPDATE",
"transport": { "transport": {
"type": "stdio" "type": "stdio"
}, },