@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/project-parsing-lib",
3
- "version": "0.15.1",
3
+ "version": "0.16.0-beta.0",
4
4
  "description": "Parsing library for converting projects directory structures to their intermediate representation",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -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 MCP_REGISTRY_KEY = "mcp-registry";
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";
@@ -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 MCP_REGISTRY_KEY = 'mcp-registry';
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
- [MCP_REGISTRY_KEY]: {
179
- dir: MCP_REGISTRY_KEY,
178
+ [MCP_SERVER_KEY]: {
179
+ dir: MCP_SERVER_KEY,
180
180
  parentComponent: APP_KEY,
181
- userFriendlyName: 'MCP Registry',
181
+ userFriendlyName: 'MCP Server',
182
182
  singularComponent: true,
183
183
  ...SUB_COMPONENT_FIELDS,
184
184
  },