@hubspot/cli 7.7.11-experimental.0 → 7.7.12-experimental.0

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.
@@ -40,7 +40,13 @@ async function injectAccountIdMiddleware(argv) {
40
40
  const SKIP_CONFIG_VALIDATION = {
41
41
  init: { target: true },
42
42
  auth: { target: true },
43
- mcp: { target: true },
43
+ mcp: {
44
+ target: false,
45
+ subCommands: {
46
+ setup: { target: true },
47
+ start: { target: true },
48
+ },
49
+ },
44
50
  };
45
51
  async function loadConfigMiddleware(argv) {
46
52
  // Skip this when no command is provided
@@ -106,7 +112,13 @@ const configSubCommands = {
106
112
  const SKIP_ACCOUNT_VALIDATION = {
107
113
  init: { target: true },
108
114
  auth: { target: true },
109
- mcp: { target: true },
115
+ mcp: {
116
+ target: false,
117
+ subCommands: {
118
+ setup: { target: true },
119
+ start: { target: true },
120
+ },
121
+ },
110
122
  account: accountsSubCommands,
111
123
  accounts: accountsSubCommands,
112
124
  sandbox: sandboxesSubCommands,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/cli",
3
- "version": "7.7.11-experimental.0",
3
+ "version": "7.7.12-experimental.0",
4
4
  "description": "The official CLI for developing on HubSpot",
5
5
  "license": "Apache-2.0",
6
6
  "repository": "https://github.com/HubSpot/hubspot-cli",