@hubspot/project-parsing-lib 0.15.1 → 0.16.0-beta.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.
- package/package.json +1 -1
- package/src/lib/constants.d.ts +1 -1
- package/src/lib/constants.js +4 -4
package/package.json
CHANGED
package/src/lib/constants.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export declare const CALLING_KEY = "calling";
|
|
|
21
21
|
export declare const CARDS_KEY = "card";
|
|
22
22
|
export declare const SCIM_KEY = "scim";
|
|
23
23
|
export declare const MARKETING_EVENTS_KEY = "marketing-event";
|
|
24
|
-
export declare const
|
|
24
|
+
export declare const MCP_SERVER_KEY = "mcp-server";
|
|
25
25
|
export declare const MEDIA_BRIDGE_KEY = "media-bridge";
|
|
26
26
|
export declare const SETTINGS_KEY = "settings";
|
|
27
27
|
export declare const TELEMETRY_KEY = "telemetry";
|
package/src/lib/constants.js
CHANGED
|
@@ -25,7 +25,7 @@ export const CALLING_KEY = 'calling';
|
|
|
25
25
|
export const CARDS_KEY = 'card';
|
|
26
26
|
export const SCIM_KEY = 'scim';
|
|
27
27
|
export const MARKETING_EVENTS_KEY = 'marketing-event';
|
|
28
|
-
export const
|
|
28
|
+
export const MCP_SERVER_KEY = 'mcp-server';
|
|
29
29
|
export const MEDIA_BRIDGE_KEY = 'media-bridge';
|
|
30
30
|
export const SETTINGS_KEY = 'settings';
|
|
31
31
|
export const TELEMETRY_KEY = 'telemetry';
|
|
@@ -175,10 +175,10 @@ export const Components = {
|
|
|
175
175
|
singularComponent: true,
|
|
176
176
|
...SUB_COMPONENT_FIELDS,
|
|
177
177
|
},
|
|
178
|
-
[
|
|
179
|
-
dir:
|
|
178
|
+
[MCP_SERVER_KEY]: {
|
|
179
|
+
dir: MCP_SERVER_KEY,
|
|
180
180
|
parentComponent: APP_KEY,
|
|
181
|
-
userFriendlyName: 'MCP
|
|
181
|
+
userFriendlyName: 'MCP Server',
|
|
182
182
|
singularComponent: true,
|
|
183
183
|
...SUB_COMPONENT_FIELDS,
|
|
184
184
|
},
|