Skip to content

Commit a3228f8

Browse files
committed
update jsdoc
1 parent 26b6a67 commit a3228f8

6 files changed

Lines changed: 24 additions & 0 deletions

File tree

packages/b2c-dx-mcp/src/tools/cartridges/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
*
1010
* This toolset provides MCP tools for cartridge and code version management.
1111
*
12+
* > ⚠️ **PLACEHOLDER - ACTIVE DEVELOPMENT**
13+
* > This tool is a placeholder implementation that returns mock responses.
14+
* > Actual implementation is coming soon. Use `--allow-non-ga-tools` flag to enable.
15+
*
1216
* @module tools/cartridges
1317
*/
1418

packages/b2c-dx-mcp/src/tools/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
* This module exports all available tools and utilities.
1111
* Tools use the @salesforce/b2c-tooling-sdk operations layer directly.
1212
*
13+
* > ⚠️ **PLACEHOLDER - ACTIVE DEVELOPMENT**
14+
* > Tools are currently placeholder implementations that return mock responses.
15+
* > Actual implementations are coming soon. Use `--allow-non-ga-tools` flag to enable.
16+
*
1317
* @module tools
1418
*/
1519

packages/b2c-dx-mcp/src/tools/mrt/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
*
1010
* This toolset provides MCP tools for Managed Runtime operations.
1111
*
12+
* > ⚠️ **PLACEHOLDER - ACTIVE DEVELOPMENT**
13+
* > This tool is a placeholder implementation that returns mock responses.
14+
* > Actual implementation is coming soon. Use `--allow-non-ga-tools` flag to enable.
15+
*
1216
* @module tools/mrt
1317
*/
1418

packages/b2c-dx-mcp/src/tools/pwav3/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
*
1010
* This toolset provides MCP tools for PWA Kit v3 development.
1111
*
12+
* > ⚠️ **PLACEHOLDER - ACTIVE DEVELOPMENT**
13+
* > Tools in this module are placeholder implementations that return mock responses.
14+
* > Actual implementations are coming soon. Use `--allow-non-ga-tools` flag to enable.
15+
*
1216
* @module tools/pwav3
1317
*/
1418

packages/b2c-dx-mcp/src/tools/scapi/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
*
1010
* This toolset provides MCP tools for Salesforce Commerce API (SCAPI) discovery and exploration.
1111
*
12+
* > ⚠️ **PLACEHOLDER - ACTIVE DEVELOPMENT**
13+
* > Tools in this module are placeholder implementations that return mock responses.
14+
* > Actual implementations are coming soon. Use `--allow-non-ga-tools` flag to enable.
15+
*
1216
* @module tools/scapi
1317
*/
1418

packages/b2c-dx-mcp/src/tools/storefrontnext/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
*
1010
* This toolset provides MCP tools for Storefront Next development.
1111
*
12+
* > ⚠️ **PLACEHOLDER - ACTIVE DEVELOPMENT**
13+
* > Tools in this module are placeholder implementations that return mock responses.
14+
* > Actual implementations are coming soon. Use `--allow-non-ga-tools` flag to enable.
15+
*
1216
* @module tools/storefrontnext
1317
*/
1418

0 commit comments

Comments
 (0)