diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ffcff1..43a9cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 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 - Minor improvements and bug fixes diff --git a/Cargo.lock b/Cargo.lock index 7bf7116..fc88758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,7 +481,7 @@ dependencies = [ [[package]] name = "mt5-quant" -version = "1.31.1" +version = "1.31.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 2235678..01b0f95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mt5-quant" -version = "1.31.1" +version = "1.31.2" edition = "2021" description = "MT5-Quant MCP Server - Exposes MT5 backtest and optimization tools via MCP" authors = ["masdevid "] diff --git a/server.json b/server.json index 2fb3a31..549cab1 100644 --- a/server.json +++ b/server.json @@ -7,13 +7,13 @@ "url": "https://github.com/masdevid/mt5-quant", "source": "github" }, - "version": "1.31.1", + "version": "1.31.2", "packages": [ { "registryType": "mcpb", - "version": "1.31.1", - "identifier": "https://github.com/masdevid/mt5-quant/releases/download/v1.31.1/mcp-mt5-quant-macos-arm64.tar.gz", - "fileSha256": "d8fd3e87a855ccebde18f0c8d463f64e2770317dbdd244ae1554ed96c4af8628", + "version": "1.31.2", + "identifier": "https://github.com/masdevid/mt5-quant/releases/download/v1.31.2/mcp-mt5-quant-macos-arm64.tar.gz", + "fileSha256": "TBD_CI_WILL_UPDATE", "transport": { "type": "stdio" },