From 5cd31ced90caf41da5880db6830d41fed9539ec6 Mon Sep 17 00:00:00 2001 From: Devid HW Date: Sun, 19 Apr 2026 03:28:51 +0700 Subject: [PATCH] docs: Add documentation status note to MCP_TOOLS.md Note that MCP_TOOLS.md documents 31 of 43 total tools. Missing tool schemas to be added in future update: - list_experts, list_indicators, list_scripts - healthcheck - search_reports, get_latest_report - 8 granular analytics tools --- docs/MCP_TOOLS.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/MCP_TOOLS.md b/docs/MCP_TOOLS.md index 504cff3..78cf749 100644 --- a/docs/MCP_TOOLS.md +++ b/docs/MCP_TOOLS.md @@ -1,6 +1,12 @@ # MCP Tool Specification -Full input/output schemas for all MT5-Quant tools. +Full input/output schemas for MT5-Quant tools. + +> **Documentation Status:** This file documents 31 of 43 total tools. Missing: +> - `list_experts`, `list_indicators`, `list_scripts` +> - `healthcheck` +> - `search_reports`, `get_latest_report` +> - Granular analytics: `analyze_monthly_pnl`, `analyze_drawdown_events`, `analyze_top_losses`, `analyze_loss_sequences`, `analyze_position_pairs`, `analyze_direction_bias`, `analyze_streaks`, `analyze_concurrent_peak` ---