Devid HW
836836596f
release: v1.31.3
...
- Version bump 1.31.2 → 1.31.3
- server.json identifier URL updated (SHA256 set by CI after build)
- CHANGELOG.md updated
v1.31.3
2026-04-22 07:20:09 +07:00
Devid HW
f9d266d3ab
docs: clean up public repo — remove IDE files, fix stale refs
...
- Untrack .claude/commands/ and .windsurf/workflows/ (personal IDE config)
- Fix .gitignore: scope /CLAUDE.md to root only, add .claude/, remove
incorrect .github/workflows/ exclusion (CI needs these tracked)
- Rename docs/ANTIGRAVITY.md → docs/CLAUDE.md (Claude Desktop setup;
"Antigravity" was an internal codename, confusing to public users)
- Fix stale repo name: masdevid/mt5-mcp → masdevid/mt5-quant in
README.md, docs/CLAUDE.md, CURSOR.md, QUICKSTART.md, VSCODE.md, WINDSURF.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-22 07:20:03 +07:00
Devid HW
262936a1d5
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
2026-04-22 07:02:18 +07:00
Devid HW
0ea1e779e0
refactor: reduce handler boilerplate in analysis and experts modules
...
analysis.rs: extract required_str, ok_response, err_response, prepare_analysis,
deal_to_json, is_closed_trade helpers — 15 granular handlers reduced from
~14 lines each to 4 lines each (-293 lines total).
experts.rs: extract scan_mql_dir (replaces 6 identical WalkDir loops),
BUILTIN_INDICATORS const (deduplicates list/search handlers), and
copy_mql_to_project (merges copy_indicator/copy_script into one impl,
public handlers delegate in 1 line each) (-256 lines total).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-22 07:01:58 +07:00
github-actions[bot]
a94d75823a
ci: update server.json SHA256 for v1.31.1 [skip ci]
2026-04-21 23:32:59 +00:00
Devid HW
c7e1a03e1f
fix: registryType mcpbPackageType → mcpb
...
MCP registry API error: 'unsupported registry type: mcpbPackageType'
Schema examples show valid values: npm, pypi, oci, nuget, mcpb
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-22 06:31:16 +07:00
github-actions[bot]
23c67e80c5
ci: update server.json SHA256 for v1.31.1 [skip ci]
2026-04-21 23:29:49 +00:00
Devid HW
5db3c7c822
ci: fix mcp-publisher install — resolve URL from release assets API
...
v1.6.0 dropped the version number from asset filenames
(mcp-publisher_linux_amd64.tar.gz, not mcp-publisher_1.6.0_linux_amd64.tar.gz).
Look up the linux/amd64 .tar.gz URL directly from the GitHub releases API
instead of constructing it, so future renames don't break the workflow.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-22 06:27:06 +07:00
github-actions[bot]
5eb753584d
ci: update server.json SHA256 for v1.31.1 [skip ci]
2026-04-21 23:18:49 +00:00
Devid HW
7c9eeef1c4
release: v1.31.1
...
- Version bump 1.31.0 → 1.31.1
- server.json identifier URL updated (SHA256 set by CI after build)
- CHANGELOG.md updated
v1.31.1
2026-04-22 06:15:56 +07:00
Devid HW
20a2d3d6e4
ci: add release automation scripts and workflows
...
- scripts/release.sh: one-command local release (bump, changelog, tag, push)
- .github/workflows/release.yml: fix SHA256 auto-commit back to master,
dynamic mcp-publisher version detection, cargo cache, security hardening
- .claude/commands/release.md: /release slash command
- .windsurf/workflows/release.md: streamlined to use release.sh
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-22 06:15:38 +07:00
Devid HW
ec2a22ed30
ci: handle mcp-publisher registryType bug gracefully
...
- Don't fail workflow if MCP publish fails
- Add clear manual publish instructions
- Reference web UI as alternative
2026-04-22 05:58:09 +07:00
Devid HW
94a8c42e68
fix: update registryType to mcpbPackageType
...
- The registry expects mcpbPackageType not mcpb
v1.31.0
2026-04-22 05:52:20 +07:00
Devid HW
7e97086909
ci: add checkout step to mcp-publish job
...
- server.json is needed for mcp-publisher to work
2026-04-22 05:44:43 +07:00
Devid HW
7a8a8daeca
ci: use GitHub OIDC for MCP authentication
...
- Replace non-existent --token-stdin with github-oidc method
- Add id-token: write permission for OIDC
- Remove MCP_PUBLISH_TOKEN (not needed with OIDC)
2026-04-22 05:39:46 +07:00
Devid HW
ba04405454
ci: fix mcp-publisher download URL
...
- Change from wrong repo (mcp-publisher) to correct repo (registry)
- Use proper tar.gz format with versioned release URL
- Add tar extraction step
- Update manual install instructions with correct URL
2026-04-22 05:32:55 +07:00
Devid HW
e40dbf63cf
ci: fix mcp-publisher download with error handling
...
- Add curl -fsSL to fail on HTTP errors
- Add graceful skip if download fails
- Add manual publish instructions as fallback
2026-04-22 05:28:01 +07:00
Devid HW
0a2e076ad6
ci: rename release artifacts to mcp-mt5-quant-* format
...
- Change mt5-quant-macos-arm64.tar.gz -> mcp-mt5-quant-macos-arm64.tar.gz
- Change mt5-quant-linux-x64.tar.gz -> mcp-mt5-quant-linux-x64.tar.gz
- Update build-mcp-package job extraction paths
2026-04-22 05:22:02 +07:00
Devid HW
8f71f1629d
docs: unify all docs to use single installation path ~/.local/bin/mt5-quant
...
- Update WINDSURF.md: Use registry name io.github.masdevid/mt5-quant
- Update CURSOR.md: Use ~/.local/bin/mt5-quant path
- Update QUICKSTART.md: Use standard path for all clients
- Update VSCODE.md: Use standard path
- Update setup.sh: Prefer ~/.local/bin/mt5-quant over project path
- Add fallback warning in setup.sh if project path used
Single source of truth: ~/.local/bin/mt5-quant
2026-04-22 05:17:20 +07:00
Devid HW
ad17f9dba6
ci: add release-info job with Claude/Windsurf/Cursor commands
...
- Add final job that displays copy-paste registration commands
- Shows Claude Code, Windsurf, and VS Code/Cursor commands
- Includes release URLs and success banner
2026-04-22 05:07:27 +07:00
Devid HW
33186d276a
ci: add automated MCP publishing and client registration docs
...
- Update release workflow with MCP_PUBLISH_TOKEN for automated publishing
- Remove OIDC requirement (using classic token)
- Add MCP client registration commands for Windsurf, Claude, VS Code/Cursor
- Add verification steps for post-release checking
2026-04-22 05:04:18 +07:00
Devid HW
3927343999
ci: update release workflow for manual triggers and MCP publish
...
- Add workflow_dispatch with version input for manual releases
- Remove tag-only condition - now works with manual triggers
- Use github.event.inputs.version || github.ref_name for flexibility
- Add MCP package artifact upload
- Add mcp-publish job with OIDC support instructions
2026-04-22 04:57:23 +07:00
Devid HW
6a5253186b
ci: add release workflow for automated builds
...
- Build macOS and Linux binaries
- Create MCP package with SHA256
- Upload to GitHub releases
2026-04-22 04:50:16 +07:00
Devid HW
76dac96583
docs: update release workflow to use single installation path
...
- Use ~/.local/bin/mt5-quant as single installation location
- Remove redundant project URL references
- Simplify MCP registration for all clients (Claude, Windsurf, VS Code)
2026-04-22 04:48:56 +07:00
Devid HW
0bc410f613
feat: add Wine/MT5 debugging tools and update release workflow
...
- Add 9 debugging/diagnostics tools for Wine/MT5 crash investigation
- Update server.json with v1.30.0 and MCP package config
- Update README.md with 85 tools count and debugging section
- Update docs/MCP_TOOLS.md documentation
- Enhance release workflow with MCP packaging job
- Clean up mcp-package directory (now built in CI)
2026-04-22 04:41:41 +07:00
Devid HW
9be1296916
fix: shorten server.json description for MCP registry
...
Description must be <=100 characters for registry validation.
Previous: 96 chars -> Current: 82 chars
2026-04-20 03:04:17 +07:00
Devid HW
63c0470c6b
fix: update server.json with real SHA256 and shorten description
...
- Description: 96 chars (was >100)
- SHA256: calculated from local MCP package build
2026-04-20 02:54:28 +07:00
Devid HW
a1434914e9
chore: update release workflow and server.json for v1.30.0
...
- Update server.json: version 1.30.0, new download URL, updated description
- Add MCP package build job to release workflow
- Add SHA256 calculation for server.json
- Update release workflow to upload mcp-* package
v1.30.0
2026-04-20 02:51:36 +07:00
Devid HW
6ce8808948
v1.30.0: Add 10 Wine/MT5 debugging tools
...
New debugging/diagnostics tools for crash investigation:
- diagnose_wine: Check Wine installation and prefix health
- get_mt5_logs: Get terminal/tester/metaeditor logs
- search_mt5_errors: Search logs for error patterns
- check_mt5_process: Check MT5 process status
- kill_mt5_process: Kill stuck MT5 processes
- check_system_resources: Check disk/memory/CPU
- validate_mt5_config: Validate MT5 configuration
- get_wine_prefix_info: Wine prefix details
- get_backtest_crash_info: Investigate backtest failures
Total tools: 85
Documentation updated in README.md and MCP_TOOLS.md
2026-04-20 02:25:07 +07:00
Devid HW
896aa6111e
feat: auto-detect and register MCP on multiple platforms
...
- Add multi-platform MCP detection (Claude, Windsurf, Cursor, VS Code)
- Auto-unregister previous installations before reinstall
- Create platform-specific docs (CURSOR.md, VSCODE.md, ANTIGRAVITY.md)
- Update Windsurf config to use correct JSON path (~/.codeium/windsurf/mcp_config.json)
- Fix VS Code config format (uses 'servers' not 'mcpServers')
- Remove MT5_MCP_HOME requirement from MCP configs (binary auto-detects)
- Slim down README installation section with platform table
- Update QUICKSTART.md with all platform instructions
2026-04-20 00:40:41 +07:00
Devid
aab34a1fde
Add GitHub Actions workflow for Rust project
2026-04-19 10:16:03 +07:00
Devid HW
96c7e0a9c2
chore: update server.json for v1.29.1 release
2026-04-19 10:10:55 +07:00
Devid HW
0c82501e18
chore: bump version to 1.29.1
2026-04-19 10:10:02 +07:00
Devid HW
2fef0db3c4
fix: wrap tools/list response in {tools: [...]} per MCP spec
v1.29.1
2026-04-19 10:07:59 +07:00
Devid HW
95ceef3e3f
chore: update Cargo.lock for v1.29.0
2026-04-19 09:54:55 +07:00
Devid HW
662e9e324c
chore: update server.json for v1.29.0 release
2026-04-19 09:53:18 +07:00
Devid HW
6d1f940887
chore: bump version to 1.29.0
2026-04-19 09:52:15 +07:00
Devid HW
41c8b36826
fix: handle MCP notifications properly (notifications/initialized)
...
- Add handle_notification() for notification messages (no id field)
- Use CARGO_PKG_VERSION for dynamic version in initialize response
- Skip serializing None fields in McpResponse and McpError
- Remove verified field from setup info
2026-04-19 09:51:46 +07:00
Devid HW
42318b040a
docs: update README with Claude Code and Windsurf MCP installation instructions
...
- Separate download/setup and MCP registration steps
- Add detailed Claude Code registration with verification
- Add Windsurf config.yaml examples (manual and automated)
- Add absolute path requirement warning note
2026-04-19 09:45:47 +07:00
Devid HW
fdb45b8eed
fix: redirect tracing logs to stderr to keep stdout clean for MCP JSON
...
tracing_subscriber::fmt::init() defaults to stdout, contaminating the
MCP JSON-RPC stream and causing Claude Code and Windsurf to fail the
initialize handshake with "failed to reconnect".
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-19 09:21:00 +07:00
Devid HW
b63bda64ab
chore: Update server.json for v1.28.0 release
2026-04-19 08:49:18 +07:00
Devid HW
cbed3d15af
docs: update README and MCP_TOOLS.md for 57 tools
...
README.md:
- Update tool count: 43 → 57
- Add Pre-flight & Validation section with get_active_account, check_symbol_data_status, check_mt5_status, validate_ea_syntax
- Add Project Management section with init_project, create_set_template, export_report
- Add History & Comparison section with get_backtest_history, compare_backtests
- Add Search & Discovery section with search_experts, search_indicators, search_scripts, copy_indicator_to_project, copy_script_to_project
MCP_TOOLS.md:
- Update documentation status: 31 → 49 of 57 tools documented
- Add 8 new utility tool schemas:
- get_active_account
- check_symbol_data_status
- check_mt5_status
- get_backtest_history
- compare_backtests
- init_project
- validate_ea_syntax
- create_set_template
- export_report
- Add workflow examples for pre-flight validation, project management, and history comparison
2026-04-19 08:28:07 +07:00
Devid HW
8cce92c409
chore: update server.json to v1.28.0 with new release URL and SHA256
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-19 08:20:43 +07:00
Devid HW
2b136b845b
fix: patch path traversal in export_report and create_set_template (v1.28.0)
...
Both handlers accepted a user-supplied output_path without boundary
validation, allowing MCP clients to write files to arbitrary filesystem
locations. A new safe_output_path() helper canonicalizes the parent
directory and asserts the resolved path stays within the allowed base
directory before any fs::write() call.
Also fixes pre-existing unused-import/dead-code warnings that blocked
the -D warnings release build.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
v1.28.0
2026-04-19 08:19:45 +07:00
Devid HW
d41c51bae4
feat: add get_active_account and 8 new utility tools
...
High Priority Tools:
- check_symbol_data_status: validate symbol history data availability
- get_backtest_history: list all backtest results for EA/symbol
- compare_backtests: side-by-side comparison of multiple backtests
Medium Priority Tools:
- init_project: scaffold new MQL5 project with templates (scalper/swing/grid)
- validate_ea_syntax: pre-compile syntax checking
- check_mt5_status: check MT5 terminal readiness
Low Priority Tools:
- create_set_template: generate .set files from EA inputs
- export_report: export reports to CSV/JSON/Markdown
Other Changes:
- Consolidate config into src/models/config.rs, delete src/config.rs
- Add CurrentAccount with UTF-16LE parsing for common.ini
- Add BacktestPreflight struct for pre-flight checks
- Update backtest handler with active account context
- Update list_symbols to filter by active server
Total tools: 57
2026-04-19 08:11:17 +07:00
Devid HW
eae612df75
chore: update server.json to v1.27.0 with new release URL and SHA256
2026-04-19 06:13:22 +07:00
Devid HW
94eb8927fd
fix: 0 warnings build and rename package to mcp-mt5-quant
v1.27.0
2026-04-19 06:11:43 +07:00
Devid HW
2104fabe50
fix: correct WINDSURF.md path in build script
2026-04-19 06:09:35 +07:00
Devid HW
51f19640c3
fix: use official MCP schema URL and add VS Code settings for schema validation
2026-04-19 06:07:26 +07:00
Devid HW
1ec0adb6e6
perf: Make auto-verify non-blocking to prevent health check timeout
2026-04-19 06:06:05 +07:00