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
Fix long sentences in configuration and host setup documentation
Configuration changes:
- Line 34: Split tool collection hint (26 → 15 + 9 words)
Claude Code changes:
- Line 7: Split introduction (27 → 17 + 14 + 14 words)
- Line 91: Split reconnect explanation (29 → 14 + 17 words)
Claude Desktop changes:
- Line 7: Split introduction (30 → 14 + 25 words)
- Line 56: Split Node version issue (42 → 18 + 21 words)
Additional updates to host-setup/README.md
All sentences now under or at 25 words for improved readability.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: 16/umbraco-cms/reference/developer-mcp/configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Configuration options for the Developer MCP server
4
4
5
5
# Configration Options
6
6
7
-
The Developer MCP Server can be configured in several ways to manage authentication, tool access, and security settings. These settings control how the server connects to Umbraco and how it operates within your development environment. Configuration can be applied using configuration keys, environment variables, or CLI arguments, depending on your workflow.
7
+
The Developer MCP Server can be configured in various ways to manage authentication, tool access, and security settings. These settings control how the server connects to Umbraco and how it operates within your development environment. Configuration can be applied using configuration keys, environment variables, or CLI arguments, depending on your workflow.
8
8
9
9
## Configuration Keys
10
10
@@ -31,7 +31,7 @@ If you are connecting to the secure endpoint of Umbraco locally then **always**
31
31
|`UMBRACO_EXCLUDE_TOOL_COLLECTIONS`| Specifies collections by name to **exclude** from the usable tools list. |
32
32
33
33
{% hint style="info" %}
34
-
Use these keys to fine-tune which tools or tool collections are exposed to your LLM for better performance and clarity in your conversations.
34
+
Use these keys to fine-tune which tools or tool collections are exposed to your LLM. This improves performance and clarity in your conversations.
35
35
{% endhint %}
36
36
37
37
#### Working with Tool Collections
@@ -67,9 +67,9 @@ URL-based and base64 media uploads work without this configuration.
67
67
68
68
## Environment Configuration Options
69
69
70
-
The **Umbraco Developer MCP Server** supports configuration through several methods, allowing flexibility across different environments and workflows:
70
+
The **Umbraco Developer MCP Server** supports configuration through multiple methods, allowing flexibility across different environments and workflows:
71
71
72
-
1.**Environment variables** defined in the MCP client configuration (e.g., Claude Desktop, VS Code, Cursor)
72
+
1.**Environment variables** defined in the MCP client configuration (e.g., Claude Desktop, Visual Studio Code, Cursor)
73
73
2. A local **`.env` file** for development
74
74
3.**CLI arguments** when running the MCP Server directly
Copy file name to clipboardExpand all lines: 16/umbraco-cms/reference/developer-mcp/host-setup/claude-code.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ description: "Host set up for Claude Code"
4
4
5
5
# Claude Code Setup
6
6
7
-
[Claude Code](https://www.claude.com/product/claude-code) is a developer-focused agentic CLI (command line interface) tool from Anthropic that integrates Claude’s large language models (LLMs) directly into your terminal window.
8
-
It allows you to explore, refactor, and generate code within your projects.
7
+
[Claude Code](https://www.claude.com/product/claude-code) is a developer-focused agentic CLI (command line interface) tool from Anthropic. It integrates Claude's large language models (LLMs) directly into your terminal window. This allows you to explore, refactor, and generate code within your projects.
9
8
10
9
## Getting started
11
10
@@ -89,7 +88,7 @@ Never commit live credentials to source control. Always use environment variable
89
88
## Easier tool and tool collection management
90
89
91
90
Another benefit of using a .env file for configuration is that it makes it much easier to adjust tool configurations for different tasks.
92
-
Claude Code lets you quickly reconnect to an MCP server using its slash commands, so you can switch environments or update settings without editing your main configuration files.
91
+
Claude Code lets you quickly reconnect to an MCP server using its slash commands. This allows you to switch environments or update settings without editing your main configuration files.
93
92
94
93
- Update the .env file with the new tools set
95
94
- In Claude Code CLI use **/mcp reconnect umbraco-mcp** to restart the mcp server
Copy file name to clipboardExpand all lines: 16/umbraco-cms/reference/developer-mcp/host-setup/claude-desktop.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: "Host set up for Claude Desktop"
4
4
5
5
# Claude Desktop Setup
6
6
7
-
[Claude Desktop](https://www.anthropic.com/claude/desktop) is Anthropic’s AI-powered assistant for macOS and Windows, designed to help you work conversationally across all kinds of tasks — from writing and brainstorming to coding and automation.
7
+
[Claude Desktop](https://www.anthropic.com/claude/desktop) is Anthropic's AI-powered assistant for macOS and Windows. It is designed to help you work conversationally across all kinds of tasks — from writing and brainstorming to coding and automation.
8
8
9
9
## Getting started
10
10
@@ -53,7 +53,7 @@ Unfortunately, you will need to restart Claude Desktop every time you make a cha
53
53
## Node version mismatch
54
54
55
55
Occasionally, Claude Desktop may choose to use the wrong version of Node.js when running the MCP Server.
56
-
A minimum of Node.js version 22 is required. This issue most commonly occurs when using a Node.js version manager such as nvm, as Claude Desktop can sometimes default to the lowest installed version rather than the active one set by nvm.
56
+
A minimum of Node.js version 22 is required. This issue most commonly occurs when using a Node.js version manager such as nvm. Claude Desktop can sometimes default to the lowest installed version rather than the active one set by nvm.
57
57
58
58
Unfortunately, the only reliable fix for this is to remove all older Node.js versions, leaving only version 22 or higher installed.
59
59
This behaviour appears to be specific to Claude Desktop and does not affect any other AI hosts.
0 commit comments