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
@@ -86,7 +86,7 @@ This will add umbraco-mcp to the existing project in the claude.json config file
86
86
<summary>VS Code</summary>
87
87
88
88
#### Click the button to install:
89
-
[<imgsrc="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF"alt="Install in VS Code">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522umbraco-mcp%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522%2540umbraco-mcp%252Fumbraco-mcp-cms%2540alpha%2522%255D%252C%2522env%2522%253A%257B%2522UMBRACO_CLIENT_ID%2522%253A%2522%253CAPI%2520user%2520name%253E%2522%252C%2522UMBRACO_CLIENT_SECRET%2522%253A%2522%253CAPI%2520client%2520secert%253E%2522%252C%2522UMBRACO_BASE_URL%2522%253A%2522https%253A%252F%252F%253Cdomain%253E%2522%252C%2522EXCLUDE_MANAGEMENT_TOOLS%2522%253A%2522%253Ctoolname%253E%252C%253Ctoolname%253E%2522%257D%257D)
89
+
[<imgsrc="https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install%20Server&color=0098FF"alt="Install in VS Code">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522umbraco-mcp%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522%2540umbraco-mcp%252Fumbraco-mcp-cms%2540alpha%2522%255D%252C%2522env%2522%253A%257B%2522UMBRACO_CLIENT_ID%2522%253A%2522%253CAPI%2520user%2520name%253E%2522%252C%2522UMBRACO_CLIENT_SECRET%2522%253A%2522%253CAPI%2520client%2520secert%253E%2522%252C%2522UMBRACO_BASE_URL%2522%253A%2522https%253A%252F%252F%253Cdomain%253E%2522%252C%2522UMBRACO_EXCLUDE_TOOLS%2522%253A%2522%253Ctoolname%253E%252C%253Ctoolname%253E%2522%257D%257D)
90
90
91
91
**Requirements:** VS Code 1.101+ with GitHub Copilot Chat extension installed.
92
92
@@ -104,8 +104,8 @@ Follow the MCP [install guide](https://code.visualstudio.com/docs/copilot/custom
@@ -156,26 +156,26 @@ Umbraco API User client secert
156
156
157
157
Url of the site you want to connect to, it only needs to be the scheme and domain e.g https://<nolink/>example.com
158
158
159
-
`EXCLUDE_MANAGEMENT_TOOLS`
159
+
`UMBRACO_EXCLUDE_TOOLS`
160
160
161
161
The allows you to specify tools by name if you wish to exclude them for the usable tools list. This is helpful as some Agents, cant handle so many tools. This is a commma seperated list of tools which can be found below.
162
162
163
-
`INCLUDE_MANAGEMENT_TOOLS`
163
+
`UMBRACO_INCLUDE_TOOLS`
164
164
165
165
The allows you to specify tools by name if you wish to include only specific tools in the usable tools list. When specified, only these tools will be available. This is a commma seperated list of tools which can be found below.
166
166
167
-
`INCLUDE_MANAGEMENT_COLLECTIONS`
167
+
`UMBRACO_INCLUDE_TOOL_COLLECTIONS`
168
168
169
169
The allows you to specify collections by name if you wish to include only specific collections. When specified, only tools from these collections will be available. This is a commma seperated list of collection names (see tool list below for collection names).
170
170
171
-
`EXCLUDE_MANAGEMENT_COLLECTIONS`
171
+
`UMBRACO_EXCLUDE_TOOL_COLLECTIONS`
172
172
173
173
The allows you to specify collections by name if you wish to exclude them from the usable tools list. This is a commma seperated list of collection names (see tool list below for collection names).
174
174
175
175
176
176
## Umbraco Management API Tools
177
177
178
-
**Note:** Collection names are shown in brackets for use with `INCLUDE_MANAGEMENT_COLLECTIONS` and `EXCLUDE_MANAGEMENT_COLLECTIONS`.
178
+
**Note:** Collection names are shown in brackets for use with `UMBRACO_INCLUDE_TOOL_COLLECTIONS` and `UMBRACO_EXCLUDE_TOOL_COLLECTIONS`.
- System maintenance operations (Packages, Health checks)
312
329
- Import/export functionality
313
-
-Advanced content workflows
330
+
-Specialized features (Relations, Tags, Static files)
314
331
315
-
The current MCP implementation covers the core content management workflows very well, with strong coverage of the primary content, media, and type management operations that most users need day-to-day.
332
+
The current MCP implementation now provides excellent coverage of the core content management workflows, with strong support for:
333
+
- All content types (Documents, Media, Members)
334
+
- Development workflow (Scripts, Stylesheets, Templates, Partial Views)
0 commit comments