Skip to content

Commit 2094398

Browse files
@W-20598954 MCP docs emdash and whitespace fixes
1 parent 7e1f93b commit 2094398

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/guide/account-manager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: Manage Account Manager users, roles, organizations, and API clients
44

55
# Account Manager Guide
66

7-
The B2C CLI provides commands for managing Account Manager resources--users, roles, organizations, and API clients--directly from the terminal. This guide covers authentication setup, common workflows, and CI/CD automation.
7+
The B2C CLI provides commands for managing Account Manager resources—users, roles, organizations, and API clients—directly from the terminal. This guide covers authentication setup, common workflows, and CI/CD automation.
88

99
::: tip
1010
For the full command reference with all flags and options, see [Account Manager Commands](/cli/account-manager).
1111
:::
1212

1313
## Authentication
1414

15-
Account Manager commands work out of the box--no configuration is required. The CLI uses a built--in public client that authenticates via browser login. For automation, you can provide your own API client credentials.
15+
Account Manager commands work out of the box—no configuration is required. The CLI uses a built—in public client that authenticates via browser login. For automation, you can provide your own API client credentials.
1616

1717
### Zero-Config (Default)
1818

@@ -110,7 +110,7 @@ export SFCC_CLIENT_SECRET=your-client-secret
110110
```
111111

112112
::: tip
113-
Store the client secret in your CI/CD system's secrets manager—-never commit it to source control.
113+
Store the client secret in your CI/CD system's secrets manager—never commit it to source control.
114114
:::
115115

116116
## Common Workflows

packages/b2c-dx-mcp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The most important flag is **`--working-directory`** (or env var `SFCC_WORKING_D
3030
"b2c-dx": {
3131
"command": "npx",
3232
"args": ["-y", "@salesforce/b2c-dx-mcp", "--working-directory", "${workspaceFolder}", "--allow-non-ga-tools"]
33-
}
33+
}
3434
}
3535
}
3636
```
@@ -43,7 +43,7 @@ The most important flag is **`--working-directory`** (or env var `SFCC_WORKING_D
4343
"b2c-dx": {
4444
"command": "npx",
4545
"args": ["-y", "@salesforce/b2c-dx-mcp", "--working-directory", "/path/to/your/project", "--allow-non-ga-tools"]
46-
}
46+
}
4747
}
4848
}
4949
```

0 commit comments

Comments
 (0)