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
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ Follow the MCP [install guide](https://code.visualstudio.com/docs/copilot/custom
118
118
<details>
119
119
<summary>Cursor</summary>
120
120
121
-
####Or install manually:
121
+
### Or install manually:
122
122
Go to `Cursor Settings` -> `Tools & Integrations` -> `Add new MCP Server`.
123
123
124
124
Add the following to the config file and update the env variables.
@@ -142,18 +142,19 @@ Add the following to the config file and update the env variables.
142
142
```
143
143
</details>
144
144
145
-
### Authentication Configuration Keys
145
+
####Authentication Configuration Keys
146
146
147
-
`UMBRACO_CLIENT_ID`
147
+
-`UMBRACO_CLIENT_ID`
148
148
149
149
Umbraco API User name
150
150
151
-
`UMBRACO_CLIENT_SECRET`
151
+
-`UMBRACO_CLIENT_SECRET`
152
+
152
153
Umbraco API User client secert
153
154
154
-
`UMBRACO_BASE_URL`
155
+
-`UMBRACO_BASE_URL`
155
156
156
-
Url of the site you want to connect to, it only needs to be the scheme and domain e.g https://<nolink/>example.com
157
+
Url of the Umbraco site, it only needs to be the scheme and domain e.g https://<nolink/>example.com
157
158
158
159
## API Coverage
159
160
@@ -189,19 +190,19 @@ For a comprehensive source code analysis validating these exclusions, see [Endpo
189
190
190
191
### Configuration Environment Variables
191
192
192
-
`UMBRACO_EXCLUDE_TOOLS`
193
+
-`UMBRACO_EXCLUDE_TOOLS`
193
194
194
195
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.
195
196
196
-
`UMBRACO_INCLUDE_TOOLS`
197
+
-`UMBRACO_INCLUDE_TOOLS`
197
198
198
199
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.
199
200
200
-
`UMBRACO_INCLUDE_TOOL_COLLECTIONS`
201
+
-`UMBRACO_INCLUDE_TOOL_COLLECTIONS`
201
202
202
203
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).
203
204
204
-
`UMBRACO_EXCLUDE_TOOL_COLLECTIONS`
205
+
-`UMBRACO_EXCLUDE_TOOL_COLLECTIONS`
205
206
206
207
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).
0 commit comments