From 9be129691638c99b1396d02d2eb7ab41060989ce Mon Sep 17 00:00:00 2001 From: Devid HW Date: Mon, 20 Apr 2026 03:04:17 +0700 Subject: [PATCH] fix: shorten server.json description for MCP registry Description must be <=100 characters for registry validation. Previous: 96 chars -> Current: 82 chars --- server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.json b/server.json index dabeb61..e8cfc9f 100644 --- a/server.json +++ b/server.json @@ -2,7 +2,7 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.masdevid/mt5-quant", "title": "MT5-Quant", - "description": "MCP server for MT5 strategy development. 85 tools for backtesting, optimizing, and debugging MQL5 EAs on macOS/Linux.", + "description": "MT5 strategy development with 85 tools. Backtest, optimize, debug MQL5 EAs on macOS/Linux.", "repository": { "url": "https://github.com/masdevid/mt5-quant", "source": "github"