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
If you prefer to keep secrets in your shell session, pass them as environment variables during registration:
31
+
2. Define configuration values directly. If you prefer to keep secrets in your shell session, pass them as environment variables during registration:
34
32
35
33
```bash
36
34
codex mcp add umbraco-mcp \
@@ -42,21 +40,24 @@ codex mcp add umbraco-mcp \
42
40
-- npx -y @umbraco-cms/mcp-dev@16
43
41
```
44
42
45
-
Replace the `UMBRACO_CLIENT_ID`, `UMBRACO_CLIENT_SECRET`, `UMBRACO_BASE_URL`, and `UMBRACO_INCLUDE_TOOL_COLLECTIONS` values with your local connection details.
43
+
Replace the following values with your local connection details:
44
+
45
+
-`UMBRACO_CLIENT_ID`
46
+
-`UMBRACO_CLIENT_SECRET`
47
+
-`UMBRACO_BASE_URL`
48
+
-`UMBRACO_INCLUDE_TOOL_COLLECTIONS`
46
49
47
50
This command stores the MCP server as `umbraco-mcp` in your Codex configuration file (typically `~/.codex/config.toml`).
48
51
49
-
{% hint style="info" %}
50
-
Use the command below at any time to see which MCP servers Codex is currently loading:
52
+
3. Use the command below to see which MCP servers Codex is currently loading:
51
53
52
-
```
54
+
```cs
53
55
codexmcplist
54
56
```
55
-
{% endhint %}
56
57
57
58
## Managing tools and tool collections
58
59
59
-
When you change the tool set:
60
+
When you need to change the tool set:
60
61
61
-
- Update your `.env` file with the tool collections you want (for example `document,media`).
62
-
-Repeat the `codex mcp list` command to confirm that the server is healthy.
62
+
- Update your `.env` file with the tool collections you want (for example,`document,media`).
63
+
-Run the `codex mcp list` command to confirm that the server is healthy.
0 commit comments