@salesforce/b2c-dx-mcp 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,7 +32,7 @@ export default class McpServerCommand extends BaseCommand<typeof McpServerComman
32
32
  verify: import("@oclif/core/interfaces").BooleanFlag<boolean>;
33
33
  'client-id': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
34
34
  'client-secret': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
35
- scope: import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
35
+ 'auth-scope': import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
36
36
  'short-code': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
37
37
  'tenant-id': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
38
38
  'auth-methods': import("@oclif/core/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/interfaces").CustomOptions>;
@@ -188,11 +188,11 @@
188
188
  "multiple": false,
189
189
  "type": "option"
190
190
  },
191
- "scope": {
191
+ "auth-scope": {
192
192
  "description": "OAuth scopes to request (comma-separated)",
193
193
  "env": "SFCC_OAUTH_SCOPES",
194
194
  "helpGroup": "AUTH",
195
- "name": "scope",
195
+ "name": "auth-scope",
196
196
  "delimiter": ",",
197
197
  "hasDynamicHelp": false,
198
198
  "multiple": true,
@@ -373,5 +373,5 @@
373
373
  "enableJsonFlag": false
374
374
  }
375
375
  },
376
- "version": "0.3.1"
376
+ "version": "0.3.2"
377
377
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/b2c-dx-mcp",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "MCP server for B2C Commerce Cloud developer experience tools",
5
5
  "author": "Salesforce",
6
6
  "license": "MIT",
@@ -76,7 +76,7 @@
76
76
  "@modelcontextprotocol/sdk": "1.26.0",
77
77
  "@oclif/core": "4.8.0",
78
78
  "zod": "3.25.76",
79
- "@salesforce/b2c-tooling-sdk": "0.4.0"
79
+ "@salesforce/b2c-tooling-sdk": "0.4.1"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@eslint/compat": "^1",