Skip to content

Commit 91f263e

Browse files
authored
Merge pull request #7650 from hifi-phil/cms/v16/dev-mcp-claude-code-changes
Update MCP host setup documentation
2 parents 2760e04 + 1a16129 commit 91f263e

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ description: "Host set up for Claude Code"
88

99
## Getting started
1010

11-
Install Claude Code globally
11+
Installing Claude Code depends on your environment. For installation details, see the [Claude Code Quickstart Guide](https://code.claude.com/docs/en/quickstart).
1212

13-
```bash
14-
npm install -g @anthropic-ai/claude-code
15-
```
1613

1714
### Configuration using the CLI tool
1815

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: "Host set up for GitHub Copilot"
1010

1111
### Install MCP Server via Button
1212

13-
[<img src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF" alt="Install in Visual Studio Code">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%7B%22name%22%3A%22umbraco-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22%40umbraco-cms%2Fmcp-dev%40beta%22%5D%2C%22env%22%3A%7B%22NODE_TLS_REJECT_UNAUTHORIZED%22%3A%220%22%2C%22UMBRACO_CLIENT_ID%22%3A%22%3CAPI%20user%20name%3E%22%2C%22UMBRACO_CLIENT_SECRET%22%3A%22%3CAPI%20client%20secert%3E%22%2C%22UMBRACO_BASE_URL%22%3A%22https%3A%2F%2F%3Cdomain%3E%22%2C%22UMBRACO_INCLUDE_TOOL_COLLECTIONS%22%3A%22document%2Cmedia%2Cdocument-type%2Cdata-type%22%7D%7D)
13+
[<img src="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF" alt="Install in Visual Studio Code">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%7B%22name%22%3A%22umbraco-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22%40umbraco-cms%2Fmcp-dev%4016%22%5D%2C%22env%22%3A%7B%22NODE_TLS_REJECT_UNAUTHORIZED%22%3A%220%22%2C%22UMBRACO_CLIENT_ID%22%3A%22%3CAPI%20user%20name%3E%22%2C%22UMBRACO_CLIENT_SECRET%22%3A%22%3CAPI%20client%20secert%3E%22%2C%22UMBRACO_BASE_URL%22%3A%22https%3A%2F%2F%3Cdomain%3E%22%2C%22UMBRACO_INCLUDE_TOOL_COLLECTIONS%22%3A%22document%2Cmedia%2Cdocument-type%2Cdata-type%22%7D%7D)
1414

1515
**Requirements:** Visual Studio Code 1.101+ with GitHub Copilot Chat extension installed.
1616

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ brew install codex
2525
Add the Umbraco MCP server with the Codex CLI:
2626

2727
```bash
28-
codex mcp add umbraco-mcp -- npx -y @umbraco-cms/mcp-dev@beta
28+
codex mcp add umbraco-mcp -- npx -y @umbraco-cms/mcp-dev@16
2929
```
3030

3131
#### Define configuration values directly
@@ -39,7 +39,7 @@ codex mcp add umbraco-mcp \
3939
--env UMBRACO_BASE_URL="https://your-domain.com" \
4040
--env NODE_TLS_REJECT_UNAUTHORIZED="0" \
4141
--env UMBRACO_INCLUDE_TOOL_COLLECTIONS="document,media,document-type,data-type" \
42-
-- npx -y @umbraco-cms/mcp-dev@beta
42+
-- npx -y @umbraco-cms/mcp-dev@16
4343
```
4444

4545
Replace the `UMBRACO_CLIENT_ID`, `UMBRACO_CLIENT_SECRET`, `UMBRACO_BASE_URL`, and `UMBRACO_INCLUDE_TOOL_COLLECTIONS` values with your local connection details.

0 commit comments

Comments
 (0)