Skip to content

Commit 3860c39

Browse files
committed
Align diagnostics auth section with other MCP tool docs
Match the cartridge-deploy.md pattern: structured Required block, Configuration priority line, link to ../configuration (MCP config) and ../../guide/authentication#webdav-access (main auth guide with WebDAV anchor).
1 parent e78679b commit 3860c39

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/mcp/tools/diagnostics.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ MCP tools for connecting to the B2C Commerce Script Debugger API (SDAPI), settin
88

99
## Authentication
1010

11-
All debug tools require **Basic Auth** credentials (username and password) for a Business Manager user with the `WebDAV_Manage_Customization` permission.
11+
Requires **Basic Auth** credentials only. OAuth is not supported by the SDAPI.
12+
13+
**Required:**
14+
- **Basic Auth** - `hostname`, `username`, and `password` (WebDAV access key) for a Business Manager user with the `WebDAV_Manage_Customization` permission.
15+
16+
**Configuration priority:** Flags → Environment variables → `dw.json` config file
1217

1318
The script debugger must also be enabled on the instance: Business Manager > Administration > Development Configuration > Script Debugger > Enable.
1419

15-
See the [Authentication guide](../../guide/authentication) and [Configuration guide](../../guide/configuration) for credential setup details.
20+
See [Configuration](../configuration) for complete credential setup details including flags and environment variables. See [Authentication Setup](../../guide/authentication#webdav-access) for WebDAV access key configuration instructions.
1621

1722
## Recovery from broken or orphaned sessions
1823

0 commit comments

Comments
 (0)