Skip to content

Commit 79a8874

Browse files
committed
Fix rebase
1 parent 52e4c9f commit 79a8874

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/b2c-dx-mcp/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,14 @@ The server automatically detects your project type and enables relevant tools. S
1616

1717
The most important flag is **`--working-directory`** (or env var `SFCC_WORKING_DIRECTORY`). It tells the server where your project is located, enabling:
1818

19-
<<<<<<< HEAD
2019
1. **Auto-discovery** - Detects your project type and enables appropriate toolsets
2120
2. **Configuration loading** - Reads [`dw.json`](https://salesforcecommercecloud.github.io/b2c-developer-tooling/guide/configuration.html#configuration-file) from your project for credentials
2221
3. **Scaffolding** - Creates new files in the correct location
23-
=======
2422
| Flag | Env Variable | Description |
2523
|------|--------------|-------------|
2624
| `--toolsets` | `SFCC_TOOLSETS` | Comma-separated toolsets to enable (case-insensitive) |
2725
| `--tools` | `SFCC_TOOLS` | Comma-separated individual tools to enable (case-insensitive) |
2826
| `--allow-non-ga-tools` | `SFCC_ALLOW_NON_GA_TOOLS` | Enable experimental (non-GA) tools |
29-
>>>>>>> 1ca55c6 (Remove no telemetry flag, add unit tests)
3027

3128
> **Important:** MCP clients like Cursor and Claude Desktop spawn servers from the home directory (`~`), not your project. Always set `--working-directory`.
3229

0 commit comments

Comments
 (0)