Skip to content

Commit 0d8bdc1

Browse files
Phil Whittakerclaude
andcommitted
Update GitHub Copilot install button with tool collections
- Added UMBRACO_INCLUDE_TOOL_COLLECTIONS environment variable with document, media, document-type, and data-type collections - Removed UMBRACO_EXCLUDE_TOOLS placeholder from the install URL - Fixed typo: 'restartins' -> 'restarting' The one-click install button now provides a better default configuration by including the most commonly used tool collections rather than requiring manual exclusion configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 461a4fd commit 0d8bdc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Host set up for GitHub Copilot"
99
## Getting started
1010

1111
#### Click the button to install:
12-
[<img src="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%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_EXCLUDE_TOOLS%22%3A%22%3Ctoolname%3E%2C%3Ctoolname%3E%22%7D%7D)
12+
[<img src="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%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)
1313

1414
**Requirements:** VS Code 1.101+ with GitHub Copilot Chat extension installed.
1515

@@ -20,7 +20,7 @@ Don't forget to replace the UMBRACO_CLIENT_ID, UMBRACO_CLIENT_SECRET, and UMBRAC
2020

2121
## Getting started
2222

23-
Once you’ve added your MCP Server and updated the JSON configuration, restartins and managing the server is simple.
23+
Once you’ve added your MCP Server and updated the JSON configuration, restarting and managing the server is simple.
2424

2525
![MCP Control](../images/GitHub%20Coplot.png)
2626

0 commit comments

Comments
 (0)