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
**Note:**For `scapi_custom_apis_status`, OAuth credentials must include the `sfcc.custom-apis`scope.
49
+
**Note:**Some tools require specific scopes. See [Configuring Scopes](../guide/authentication#configuring-scopes) in the Authentication Setup guide and individual tool pages for scope requirements.
50
50
51
51
#### MRT Credentials (`~/.mobify`)
52
52
@@ -231,6 +231,8 @@ Enable specific tools instead of entire toolsets:
231
231
232
232
## Credential Details
233
233
234
+
For authentication setup instructions, see the [Authentication Setup guide](../guide/authentication) which covers API client creation, WebDAV access, SCAPI authentication, and MRT API keys.
235
+
234
236
### B2C Credentials
235
237
236
238
#### Username/Password (WebDAV)
@@ -240,24 +242,31 @@ Enable specific tools instead of entire toolsets:
240
242
241
243
**Used by:** CARTRIDGES toolset
242
244
245
+
See the [Authentication Setup guide](../guide/authentication#webdav-access) for detailed WebDAV access configuration.
246
+
243
247
#### OAuth Client Credentials
244
248
245
249
-`client-id` - API client ID from Account Manager
246
250
-`client-secret` - API client secret from Account Manager
247
251
248
-
**Used by:** SCAPI toolset (required for `scapi_custom_apis_status`)
252
+
**Used by:** SCAPI toolset
249
253
250
-
**Required scopes:**
251
-
-`sfcc.custom-apis` - For custom API endpoint status queries
254
+
**Note:** Some tools require specific scopes. See [Configuring Scopes](../guide/authentication#configuring-scopes) in the Authentication Setup guide and individual tool pages for scope requirements.
255
+
256
+
See the [Authentication Setup guide](../guide/authentication#account-manager-api-client) for creating and configuring API clients, and [SCAPI Authentication](../guide/authentication#scapi-authentication) for SCAPI-specific setup.
252
257
253
258
### MRT Credentials
254
259
255
260
-`api-key` - MRT API key from your Managed Runtime project
261
+
-`project` - MRT project slug (required)
262
+
-`environment` - MRT environment: `staging` or `production` (required when deploying)
256
263
257
264
**Used by:** MRT toolset
258
265
259
266
**Configuration location:**`~/.mobify` file
260
267
268
+
See the [Authentication Setup guide](../guide/authentication#managed-runtime-api-key) for detailed MRT API key setup instructions.
269
+
261
270
## Telemetry Configuration
262
271
263
272
Telemetry is enabled by default. Configure it via environment variables:
Copy file name to clipboardExpand all lines: docs/mcp/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,8 @@ The server automatically detects your project type and loads configuration from
59
59
- Toolset selection (auto-discovery vs manual)
60
60
- Required credentials per toolset
61
61
62
+
For authentication setup instructions, see the [Authentication Setup guide](../guide/authentication) which covers API client creation, WebDAV access, SCAPI authentication, and MRT API keys.
63
+
62
64
### Available Toolsets
63
65
64
66
The server provides five toolsets with specialized tools for different development workflows:
Copy file name to clipboardExpand all lines: docs/mcp/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ The server reads [`dw.json`](../guide/configuration#configuration-file) from you
176
176
}
177
177
```
178
178
179
-
See the [Configuration Guide](./configuration) for details on credential management.
179
+
See the [Authentication Setup guide](../guide/authentication) for detailed instructions on setting up API clients, WebDAV access, and SCAPI authentication.
0 commit comments