From 3ec3e197a90d8d4056cd96c9e4a8819be06f87d2 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Mon, 8 Jun 2026 14:57:02 +0300 Subject: [PATCH] [update] make MCP server guide intro Suite-specific - replaced generic intro with Suite-focused description - named key Suite components with links to their docs - clarified specific pain points (outdated APIs, wrong event names) --- docs/guides/mcp-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/mcp-server.md b/docs/guides/mcp-server.md index 88cac838..9273c99c 100644 --- a/docs/guides/mcp-server.md +++ b/docs/guides/mcp-server.md @@ -7,9 +7,9 @@ sidebar_class_name: ai-icon # Getting started with DHTMLX MCP server -AI coding assistants often rely on training data that may not include the latest updates. As a result, generated code may reference outdated APIs or missing features. +DHTMLX Suite is a JavaScript UI library that includes [Grid](/grid/), [Form](/form/), [Chart](/chart/), [Tree](/tree/), [Calendar](/calendar/), [Layout](/layout/), and many other components, each with its own configuration properties, methods, and events. AI coding assistants often rely on training data that may not reflect the latest Suite releases, so generated code can reference outdated APIs, incorrect event names, or changed configuration options. -The DHTMLX MCP server allows AI tools to retrieve up-to-date documentation for DHTMLX components while generating responses. By connecting an assistant to the MCP endpoint, developers can generate code examples, query APIs, and access configuration details based on the current documentation. +The DHTMLX MCP server gives AI tools direct access to the current Suite documentation while generating responses. By connecting an assistant to the MCP endpoint, developers get accurate initialization code, current method signatures, and correct configuration details for any Suite component, based on live documentation rather than stale training data. #### MCP endpoint