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: packages/b2c-dx-mcp/README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,14 @@ The server automatically detects your project type and enables relevant tools. S
16
16
17
17
The most important flag is **`--working-directory`** (or env var `SFCC_WORKING_DIRECTORY`). It tells the server where your project is located, enabling:
18
18
19
-
<<<<<<< HEAD
20
19
1.**Auto-discovery** - Detects your project type and enables appropriate toolsets
21
20
2.**Configuration loading** - Reads [`dw.json`](https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/configuration.html#configuration-file) from your project for credentials
22
21
3.**Scaffolding** - Creates new files in the correct location
23
-
=======
24
22
| Flag | Env Variable | Description |
25
23
|------|--------------|-------------|
26
24
|`--toolsets`|`SFCC_TOOLSETS`| Comma-separated toolsets to enable (case-insensitive) |
27
25
|`--tools`|`SFCC_TOOLS`| Comma-separated individual tools to enable (case-insensitive) |
>>>>>>> 1ca55c6 (Remove no telemetry flag, add unit tests)
30
27
31
28
> **Important:** MCP clients like Cursor and Claude Desktop spawn servers from the home directory (`~`), not your project. Always set `--working-directory`.
0 commit comments