Skip to content

Commit 37cc4a3

Browse files
Phil Whittakerclaude
andcommitted
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>
1 parent b5075c3 commit 37cc4a3

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

16/umbraco-cms/reference/developer-mcp/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configuration options for the Developer MCP server
44

55
# Configration Options
66

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.
88

99
## Configuration Keys
1010

@@ -31,7 +31,7 @@ If you are connecting to the secure endpoint of Umbraco locally then **always**
3131
| `UMBRACO_EXCLUDE_TOOL_COLLECTIONS` | Specifies collections by name to **exclude** from the usable tools list. |
3232

3333
{% 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.
3535
{% endhint %}
3636

3737
#### Working with Tool Collections
@@ -67,9 +67,9 @@ URL-based and base64 media uploads work without this configuration.
6767

6868
## Environment Configuration Options
6969

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:
7171

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)
7373
2. A local **`.env` file** for development
7474
3. **CLI arguments** when running the MCP Server directly
7575

16/umbraco-cms/reference/developer-mcp/host-setup/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Getting started with Claude Code
1616

1717
Getting started with Cursor
1818

19-
## [Github Copilot](./github-copilot.md)
19+
## [GitHub Copilot](./github-copilot.md)
2020

21-
Getting started with Github Copilot
21+
Getting started with GitHub Copilot

16/umbraco-cms/reference/developer-mcp/host-setup/claude-code.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: "Host set up for Claude Code"
44

55
# Claude Code Setup
66

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.
98

109
## Getting started
1110

@@ -89,7 +88,7 @@ Never commit live credentials to source control. Always use environment variable
8988
## Easier tool and tool collection management
9089

9190
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.
9392

9493
- Update the .env file with the new tools set
9594
- In Claude Code CLI use **/mcp reconnect umbraco-mcp** to restart the mcp server

16/umbraco-cms/reference/developer-mcp/host-setup/claude-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Host set up for Claude Desktop"
44

55
# Claude Desktop Setup
66

7-
[Claude Desktop](https://www.anthropic.com/claude/desktop) is Anthropics 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.
88

99
## Getting started
1010

@@ -53,7 +53,7 @@ Unfortunately, you will need to restart Claude Desktop every time you make a cha
5353
## Node version mismatch
5454

5555
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.
5757

5858
Unfortunately, the only reliable fix for this is to remove all older Node.js versions, leaving only version 22 or higher installed.
5959
This behaviour appears to be specific to Claude Desktop and does not affect any other AI hosts.

0 commit comments

Comments
 (0)