@hubspot/cli 7.7.10-experimental.0 → 7.7.11-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.
@@ -106,6 +106,7 @@ const configSubCommands = {
106
106
  const SKIP_ACCOUNT_VALIDATION = {
107
107
  init: { target: true },
108
108
  auth: { target: true },
109
+ mcp: { target: true },
109
110
  account: accountsSubCommands,
110
111
  accounts: accountsSubCommands,
111
112
  sandbox: sandboxesSubCommands,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/cli",
3
- "version": "7.7.10-experimental.0",
3
+ "version": "7.7.11-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",