Skip to content

Commit 7ba7014

Browse files
committed
[update] mcp server guide
1 parent e4dd541 commit 7ba7014

1 file changed

Lines changed: 19 additions & 49 deletions

File tree

docs/guides/ai.md

Lines changed: 19 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,6 @@ At a high level:
4141

4242
This approach allows AI tools to generate answers based on current documentation rather than training data alone.
4343

44-
## Privacy and data handling
45-
46-
The MCP server is a hosted service.
47-
48-
Key points:
49-
50-
- It does not run locally.
51-
- It does not access files in your environment.
52-
- It does not store personal user information.
53-
54-
Queries may be logged for debugging and service improvements.
55-
56-
Organizations that require stricter privacy guarantees can request commercial deployment options with no query logging.
57-
For inquiries: `info@dhtmlx.com`.
58-
5944
## Setup
6045

6146
Most AI development tools allow adding MCP endpoints through either a CLI command or a JSON configuration file.
@@ -169,56 +154,41 @@ Note that for intensive coding workflows, other MCP-aware tools may be more effi
169154

170155
Most modern AI coding tools expose MCP under "Model Context Protocol", "Context Sources", or similar wording in settings. Add `https://docs.dhtmlx.com/mcp` as a custom source.
171156

157+
## Privacy and data handling
158+
159+
The MCP server is a hosted service.
160+
161+
Key points:
162+
163+
- It does not run locally.
164+
- It does not access files in your environment.
165+
- It does not store personal user information.
166+
167+
Queries may be logged for debugging and service improvements.
168+
169+
Organizations that require stricter privacy guarantees can request commercial deployment options with no query logging.
170+
For inquiries: `info@dhtmlx.com`.
171+
172172
## Usage tips
173173

174174
Once the MCP server is configured, use concrete, task-oriented prompts so the assistant can call the docs effectively.
175175

176176
You can copy and test the example prompts given below:
177177

178-
~~~
179-
Using DHTMLX docs, show me how to implement drag and drop in Scheduler.
180-
~~~
181-
~~~
182-
Check DHTMLX MCP for Gantt task editing configuration.
183-
~~~
184178
~~~
185179
How do I add custom validation to DHTMLX Form? Use the docs.
186180
~~~
187181
~~~
188-
In calendar, how can I mark all work days and disable weekends?
189-
~~~
190-
~~~
191-
I want to create a layout with calendar in one cell, and the grid in another.
192-
~~~
193-
~~~
194-
I want to create a grid, with possibility to sort, resize and edit column cells.
195-
~~~
196-
~~~
197-
I want to create two grids with a possibility to drag item rows from one grid to another, but not vice versa.
198-
~~~
199-
~~~
200-
I want to dynamically hide or show grid columns, and want to check if some column is currently shown or hidden.
201-
~~~
202-
~~~
203-
I want to have editable columns with combo editor, text editor and date editor, and editors should open on a single click on any column cell.
204-
~~~
205-
~~~
206-
I have a chart with bar type, how can I also add a line chart above it?
207-
~~~
208-
~~~
209-
I want to create a layout with two lists inside it's cells, list items should be draggable in both directions.
210-
~~~
211-
~~~
212-
Is it possible to attach layout to modal window, and then form and grid or custom html to layout cells?
182+
I want to create a layout with a calendar in one cell, and a grid in another.
213183
~~~
214184
~~~
215-
I want to create a grid with possibility to sort, resize and edit column cells.
185+
I want to create a grid with the possibility to sort, resize and edit column cells.
216186
~~~
217187
~~~
218-
I want to create grid and colorize rows on hover, also some cells and rows of the grid should have custom styles.
188+
I have a chart with the bar type, how can I also add a line chart above it?
219189
~~~
220190
~~~
221-
I modified grid cell and want to revert back these changes.
191+
I want to create two grids with the possibility to drag item rows from one grid to another, but not vice versa."
222192
~~~
223193

224194
More specific prompts result in more relevant snippets and fewer follow-up questions.

0 commit comments

Comments
 (0)