Skip to content

Commit 206e7fa

Browse files
Phil Whittakerclaude
andcommitted
Update README with correct package name and beta tag
- Replace @umbraco-mcp/umbraco-mcp-cms@alpha with @umbraco-cms/mcp-dev@beta - Update all npx installation commands throughout README - Ensure consistency with new package name and release tag 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent bf8e07c commit 206e7fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Once you have this information head back into Claude desktop app and head to Set
3434
"mcpServers": {
3535
"umbraco-mcp": {
3636
"command": "npx",
37-
"args": ["@umbraco-mcp/umbraco-mcp-cms@alpha"],
37+
"args": ["@umbraco-cms/mcp-dev@beta"],
3838
"env": {
3939
"NODE_TLS_REJECT_UNAUTHORIZED": "0",
4040
"UMBRACO_CLIENT_ID": "umbraco-back-office-mcp",
@@ -62,7 +62,7 @@ Restart Claude and try it out with a simple prompt such as `Tell me the GUID of
6262
Use the Claude Code CLI to add the Umbraco MCP server:
6363

6464
```bash
65-
claude mcp add umbraco-mcp npx @umbraco-mcp/umbraco-mcp-cms@alpha
65+
claude mcp add umbraco-mcp npx @umbraco-cms/mcp-dev@beta
6666
```
6767

6868
Or configure environment variables and scope:
@@ -71,7 +71,7 @@ Or configure environment variables and scope:
7171
npm install -g @anthropic-ai/claude-code
7272

7373
# Add with environment variables
74-
claude mcp add umbraco-mcp --env UMBRACO_CLIENT_ID="your-id" --env UMBRACO_CLIENT_SECRET="your-secret" --env UMBRACO_BASE_URL="https://your-domain.com" --env NODE_TLS_REJECT_UNAUTHORIZED="0" --env UMBRACO_INCLUDE_TOOL_COLLECTIONS="culture,document,media" -- npx @umbraco-mcp/umbraco-mcp-cms@alpha
74+
claude mcp add umbraco-mcp --env UMBRACO_CLIENT_ID="your-id" --env UMBRACO_CLIENT_SECRET="your-secret" --env UMBRACO_BASE_URL="https://your-domain.com" --env NODE_TLS_REJECT_UNAUTHORIZED="0" --env UMBRACO_INCLUDE_TOOL_COLLECTIONS="culture,document,media" -- npx @umbraco-cms/mcp-dev@beta
7575

7676
# Verify installation
7777
claude mcp list
@@ -99,7 +99,7 @@ Follow the MCP [install guide](https://code.visualstudio.com/docs/copilot/custom
9999
"umbraco-mcp": {
100100
"type": "stdio",
101101
"command": "npx",
102-
"args": ["@umbraco-mcp/umbraco-mcp-cms@alpha"],
102+
"args": ["@umbraco-cms/mcp-dev@beta"],
103103
"env": {
104104
"UMBRACO_CLIENT_ID": "<API user name>",
105105
"UMBRACO_CLIENT_SECRET": "<API client secret>",
@@ -127,7 +127,7 @@ Add the following to the config file and update the env variables.
127127
"mcpServers": {
128128
"umbraco-mcp": {
129129
"command": "npx",
130-
"args": ["@umbraco-mcp/umbraco-mcp-cms@alpha"],
130+
"args": ["@umbraco-cms/mcp-dev@beta"],
131131
"env": {
132132
"UMBRACO_CLIENT_ID": "<API user name>",
133133
"UMBRACO_CLIENT_SECRET": "<API client secret>",

0 commit comments

Comments
 (0)