You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/reference/developer-mcp/best-practice/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Get the most out of the Umbraco CMS developer MCP server
6
6
7
7
This page details the recommended way to use the Umbraco CMS Developer MCP Server for maximum effectiveness and reliability.
8
8
9
-
The Developer MCP Server gives you powerful fine-grained control over what the LLM can do — but to get good results, you must be deliberate about how you configure and manage for each session.
9
+
The Developer MCP Server gives you powerful fine-grained control over what the LLM can do. To get good results, you must be deliberate about how you configure and manage each session.
10
10
11
11
## Use Only the Tools You Need
12
12
@@ -20,7 +20,7 @@ Always enable only the tools (or tool collection) needed for the current task.
20
20
21
21
### Keep It Lean: Cost and Sustainability
22
22
23
-
Every time you interact with the LLM, the entire context — including the system prompt, tools, instruction files, and chat history — is sent to the model to generate a response. The smaller and more focused your context, the better.
23
+
Every time you interact with the LLM, the entire context is sent to the model to generate a response. This includes the system prompt, tools, instruction files, and chat history. The smaller and more focused your context, the better.
24
24
25
25
Large prompts and bloated toolsets not only lead to slower and less accurate results — they also increase cost and environmental impact. The more tokens you send and receive, the higher the:
26
26
@@ -72,10 +72,10 @@ If you find the context filling up too quickly or you need to pause and resume l
72
72
- How far along it is
73
73
- Any critical information or design decisions so far
74
74
75
-
You can then start a new session and reintroduce this file at the beginning to restore continuity without needing the full conversation history.
75
+
You can then start a new session and reintroduce this file at the beginning. This restores continuity without needing the full conversation history.
76
76
77
77
{% hint style="info" %}
78
-
When using Claude Code or other editor-based tools, saving progress as .md or .txt files in your repo can serve as lightweight session memory between interactions.
78
+
When using Claude Code or other editor-based tools, save progress as .md or .txt files in your repo. These files can serve as lightweight session memory between interactions.
79
79
{% endhint %}
80
80
81
81
## Use Instruction Files to Guide the Model
@@ -113,5 +113,5 @@ Offload rules, terminology, or structural constraints into a dedicated instructi
113
113
Don’t try to do everything in one prompt. Sequence multi-step operations (e.g., create types → add content → apply relations) across multiple turns for better results.
114
114
115
115
{% hint style="info" %}
116
-
If a prompt fails or produces a weak result, simplify it, restate it with clearer intent, or reduce the number of active tools and try again.
116
+
If a prompt fails or produces a weak result, try these approaches: simplify it, restate it with clearer intent, or reduce the number of active tools.
0 commit comments