@salesforce/mcp 0.26.1 → 0.26.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.
package/README.md CHANGED
@@ -48,17 +48,19 @@ Here's an example for VS Code with Copilot in which you create and update a `.vs
48
48
  }
49
49
  ```
50
50
 
51
- The `args` format shown in the preceding example is the same for all MCP clients; it's how you customize the DX MCP Server for your particular environment. Notes:
51
+ The `args` format shown in the preceding example is the same for all MCP clients; it's how you customize the DX MCP Server for your particular environment.
52
52
 
53
+ **Notes**:
53
54
  - The `"-y", "@salesforce/mcp"` part tells `npx` to automatically install the `@salesforce/mcp` package instead of asking permission. Don't change this.
54
- - See the *Reference* sections below for the possible flags you can pass the `args` option, and possible values you can pass to the `--orgs`, `--toolsets`, and `--tools` flags.
55
+ - For possible flags that you can pass to the `args` option, and the possible values that you can pass to the `--orgs`, `--toolsets`, and `--tools` flags, see these sections:
56
+ - [Available Flags for the `args` Option](./README.md#available-flags-for-the-args-option)
57
+ - [Configure Orgs](./README.md#configure-orgs)
58
+ - [Configure Toolsets](./README.md#configure-toolsets)
59
+ - [Configure Tools](./README.md#configure-tools)
55
60
  - When writing the `args` option, surround both the flag names and their values in double quotes, and separate all flags and values with commas. Some flags are Boolean and don't take a value.
56
61
  - The preceding example shows three flags that take a string value (`--orgs`, `--toolsets`, and `--tools`) and one Boolean flag (`--allow-non-ga-tools`). This configuration starts a DX MCP Server that enables all the MCP tools in the `orgs`, `metadata`, `data`, and `users` toolsets and a specific tool called `run_apex_tests`. It also enables tools in these configured toolsets that aren't yet generally available.
57
62
 
58
- <details>
59
- <summary>Reference: MCP Client Configurations</summary>
60
-
61
- ## MCP Client Configurations
63
+ ## MCP Client Configurations
62
64
 
63
65
  Here are examples of configuring the Salesforce DX MCP Server in various MCP clients.
64
66
 
@@ -124,10 +126,6 @@ For these other clients, refer to their documentation for adding MCP servers and
124
126
  - [Zed](https://github.com/zed-industries/zed)
125
127
  - [Trae](https://docs.trae.ai/ide/model-context-protocol?_lang=en)
126
128
 
127
- </details>
128
- <details>
129
- <summary>Reference: Available Flags for the `args` Option</summary>
130
-
131
129
  ## Available Flags for the "args" Option
132
130
 
133
131
  These are the flags that you can pass to the `args` option.
@@ -142,11 +140,6 @@ These are the flags that you can pass to the `args` option.
142
140
  | `--allow-non-ga-tools` | Boolean flag to allow the DX MCP Server to use both the generally available (GA) and NON-GA tools that are in the toolsets or tools you specify. | No | By default, the DX MCP server uses only the tools marked GA. |
143
141
  | `--dynamic-tools` | (experimental) Boolean flag that enables dynamic tool discovery and loading. When specified, the DX MCP server starts with a minimal set of core tools and loads new tools as needed. | No| This flag is useful for reducing the initial context size and improving LLM performance. Dynamic tool discovery is disabled by default.<br/> <br/>**NOTE:** This feature works in VSCode and Cline but may not work in other environments.|
144
142
 
145
- </details>
146
- <details>
147
-
148
- <summary>Reference: Configure Orgs</summary>
149
-
150
143
  ## Configure Orgs
151
144
 
152
145
  The Salesforce MCP tools require an org, and so you must include the required `--orgs` flag to specify at least one authorized org when you configure the MCP server. Separate multiple values with commas.
@@ -162,11 +155,6 @@ These are the available values for the `--orgs` flag:
162
155
  | `ALLOW_ALL_ORGS` | Allow access to all authorized orgs. Use this value with caution.|
163
156
  | `<username or alias>` | Allow access to a specific org by specifying its username or alias.|
164
157
 
165
- </details>
166
-
167
- <details>
168
- <summary>Reference: Configure Toolsets and Tools</summary>
169
-
170
158
  ## Configure Toolsets
171
159
 
172
160
  The Salesforce DX MCP Server supports **toolsets** - a way to selectively enable different groups of MCP tools based on your needs. This allows you to run the MCP server with only the tools you require, which in turn reduces the context.
@@ -181,6 +169,7 @@ These are the available toolsets.
181
169
  | `aura-experts` | [Tools which provides Aura component analysis, blueprinting, and migration expertise.](README.md#aura-experts-toolset)|
182
170
  | `code-analysis` | [Tools for static analysis of your code using Salesforce Code Analyzer](README.md#code-analysis-toolset)|
183
171
  | `data` | [Tools to manage the data in your org, such as listing all accounts.](README.md#data-toolset)|
172
+ | `enrichment` | [Tools to enrich metadata for components in your org.](README.md#enrichment-toolset)|
184
173
  | `lwc-experts` | [Tools to assist with LWC development, testing, optimization, and best practices.](README.md#lwc-experts-toolset)|
185
174
  | `metadata` | [Tools to deploy and retrieve metadata to and from your org and your DX project.](README.md#metadata-toolset)|
186
175
  | `mobile` | [Tools for mobile development and capabilities.](README.md#mobile-toolset)|
@@ -289,6 +278,7 @@ Orchestrates the complete Aura to LWC migration workflow. Provides end-to-end gu
289
278
  - `guide_utam_generation` - (NON-GA) Provides UTAM Page Object generation guidelines and best practices.
290
279
  - `create_lightning_type` - (GA) Provides guidance for creating Custom Lightning Types (CLT) for Salesforce applications,
291
280
  * Einstein Agent actions, Lightning Web Components, and Lightning Platform integrations.
281
+
292
282
  #### Workflow Tools
293
283
 
294
284
  - `orchestrate_lwc_component_creation` - (GA) Step-by-step component creation workflow guidance
@@ -323,4 +313,8 @@ Orchestrates the complete Aura to LWC migration workflow. Provides end-to-end gu
323
313
 
324
314
  - `scan_apex_class_for_antipatterns` - (NON-GA) Analyzes Apex class files for performance antipatterns and provides recommendations for fixing them. Currently detects: (1) Schema.getGlobalDescribe() usage with optimized alternatives, (2) SOQL queries without WHERE or LIMIT clauses, (3) SOQL queries with unused fields (with fix generation). Distinguishes between different severity levels (e.g., usage in loops vs. ordinary usage). Requires an absolute path to the Apex class file.
325
315
 
316
+ ### Enrichment Toolset
317
+
318
+ - `enrich_metadata` - (NON-GA) Enrich metadata from your org in your DX project.
319
+
326
320
  </details>
package/lib/registry.js CHANGED
@@ -20,6 +20,7 @@ import { AuraExpertsMcpProvider } from '@salesforce/mcp-provider-aura-experts';
20
20
  import { MobileWebMcpProvider } from '@salesforce/mcp-provider-mobile-web';
21
21
  import { DevOpsMcpProvider } from '@salesforce/mcp-provider-devops';
22
22
  import { ScaleProductsMcpProvider } from '@salesforce/mcp-provider-scale-products';
23
+ import { EnrichMetadataMcpProvider } from '@salesforce/mcp-provider-metadata-enrichment';
23
24
  /** -------- ADD McpProvider INSTANCES HERE ------------------------------------------------------------------------- */
24
25
  export const MCP_PROVIDER_REGISTRY = [
25
26
  new DxCoreMcpProvider(),
@@ -29,6 +30,7 @@ export const MCP_PROVIDER_REGISTRY = [
29
30
  new MobileWebMcpProvider(),
30
31
  new DevOpsMcpProvider(),
31
32
  new ScaleProductsMcpProvider(),
33
+ new EnrichMetadataMcpProvider(),
32
34
  // Add new instances here
33
35
  ];
34
36
  //# sourceMappingURL=registry.js.map
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/mcp",
3
- "version": "0.26.1",
3
+ "version": "0.26.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/mcp",
9
- "version": "0.26.1",
9
+ "version": "0.26.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@modelcontextprotocol/sdk": "^1.18.0",
@@ -15,12 +15,13 @@
15
15
  "@salesforce/apex-node": "^8.2.1",
16
16
  "@salesforce/core": "^8.24.3",
17
17
  "@salesforce/kit": "^3.1.6",
18
- "@salesforce/mcp-provider-api": "0.4.1",
18
+ "@salesforce/mcp-provider-api": "0.5.0",
19
19
  "@salesforce/mcp-provider-aura-experts": "0.3.6",
20
20
  "@salesforce/mcp-provider-code-analyzer": "0.5.0",
21
21
  "@salesforce/mcp-provider-devops": "0.1.9",
22
- "@salesforce/mcp-provider-dx-core": "0.6.0",
22
+ "@salesforce/mcp-provider-dx-core": "0.7.0",
23
23
  "@salesforce/mcp-provider-lwc-experts": "0.6.5",
24
+ "@salesforce/mcp-provider-metadata-enrichment": "0.0.2",
24
25
  "@salesforce/mcp-provider-mobile-web": "0.2.2",
25
26
  "@salesforce/mcp-provider-scale-products": "0.0.3",
26
27
  "@salesforce/source-deploy-retrieve": "^12.31.7",
@@ -312,9 +313,9 @@
312
313
  }
313
314
  },
314
315
  "node_modules/@aws-sdk/client-cloudfront": {
315
- "version": "3.985.0",
316
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudfront/-/client-cloudfront-3.985.0.tgz",
317
- "integrity": "sha512-NItQgeotTtcx4bySCGtLbRSrzJgBGBjIcFEymY5IsTitsZ54U3BWR2HMqg4C2mz6hfFa1fr6vF/XLdfWeN2DSg==",
316
+ "version": "3.986.0",
317
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudfront/-/client-cloudfront-3.986.0.tgz",
318
+ "integrity": "sha512-/3rhUiTvzCxDawuSWObqXJ+V0OAwKxlsFOTerfV8UKPt0D1OrLXpAwT3im7iPRyVSBfv/15cI4Mwj5AqtWHgDg==",
318
319
  "dev": true,
319
320
  "license": "Apache-2.0",
320
321
  "dependencies": {
@@ -328,7 +329,7 @@
328
329
  "@aws-sdk/middleware-user-agent": "^3.972.7",
329
330
  "@aws-sdk/region-config-resolver": "^3.972.3",
330
331
  "@aws-sdk/types": "^3.973.1",
331
- "@aws-sdk/util-endpoints": "3.985.0",
332
+ "@aws-sdk/util-endpoints": "3.986.0",
332
333
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
333
334
  "@aws-sdk/util-user-agent-node": "^3.972.5",
334
335
  "@smithy/config-resolver": "^4.4.6",
@@ -365,9 +366,9 @@
365
366
  }
366
367
  },
367
368
  "node_modules/@aws-sdk/client-s3": {
368
- "version": "3.985.0",
369
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.985.0.tgz",
370
- "integrity": "sha512-S9TqjzzZEEIKBnC7yFpvqM7CG9ALpY5qhQ5BnDBJtdG20NoGpjKLGUUfD2wmZItuhbrcM4Z8c6m6Fg0XYIOVvw==",
369
+ "version": "3.986.0",
370
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.986.0.tgz",
371
+ "integrity": "sha512-IcDJ8shVVvbxgMe8+dLWcv6uhSwmX65PHTVGX81BhWAElPnp3CL8w/5uzOPRo4n4/bqIk9eskGVEIicw2o+SrA==",
371
372
  "dev": true,
372
373
  "license": "Apache-2.0",
373
374
  "dependencies": {
@@ -387,9 +388,9 @@
387
388
  "@aws-sdk/middleware-ssec": "^3.972.3",
388
389
  "@aws-sdk/middleware-user-agent": "^3.972.7",
389
390
  "@aws-sdk/region-config-resolver": "^3.972.3",
390
- "@aws-sdk/signature-v4-multi-region": "3.985.0",
391
+ "@aws-sdk/signature-v4-multi-region": "3.986.0",
391
392
  "@aws-sdk/types": "^3.973.1",
392
- "@aws-sdk/util-endpoints": "3.985.0",
393
+ "@aws-sdk/util-endpoints": "3.986.0",
393
394
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
394
395
  "@aws-sdk/util-user-agent-node": "^3.972.5",
395
396
  "@smithy/config-resolver": "^4.4.6",
@@ -481,6 +482,23 @@
481
482
  "node": ">=20.0.0"
482
483
  }
483
484
  },
485
+ "node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints": {
486
+ "version": "3.985.0",
487
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.985.0.tgz",
488
+ "integrity": "sha512-vth7UfGSUR3ljvaq8V4Rc62FsM7GUTH/myxPWkaEgOrprz1/Pc72EgTXxj+cPPPDAfHFIpjhkB7T7Td0RJx+BA==",
489
+ "dev": true,
490
+ "license": "Apache-2.0",
491
+ "dependencies": {
492
+ "@aws-sdk/types": "^3.973.1",
493
+ "@smithy/types": "^4.12.0",
494
+ "@smithy/url-parser": "^4.2.8",
495
+ "@smithy/util-endpoints": "^3.2.8",
496
+ "tslib": "^2.6.2"
497
+ },
498
+ "engines": {
499
+ "node": ">=20.0.0"
500
+ }
501
+ },
484
502
  "node_modules/@aws-sdk/core": {
485
503
  "version": "3.973.7",
486
504
  "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.973.7.tgz",
@@ -870,6 +888,23 @@
870
888
  "node": ">=20.0.0"
871
889
  }
872
890
  },
891
+ "node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints": {
892
+ "version": "3.985.0",
893
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.985.0.tgz",
894
+ "integrity": "sha512-vth7UfGSUR3ljvaq8V4Rc62FsM7GUTH/myxPWkaEgOrprz1/Pc72EgTXxj+cPPPDAfHFIpjhkB7T7Td0RJx+BA==",
895
+ "dev": true,
896
+ "license": "Apache-2.0",
897
+ "dependencies": {
898
+ "@aws-sdk/types": "^3.973.1",
899
+ "@smithy/types": "^4.12.0",
900
+ "@smithy/url-parser": "^4.2.8",
901
+ "@smithy/util-endpoints": "^3.2.8",
902
+ "tslib": "^2.6.2"
903
+ },
904
+ "engines": {
905
+ "node": ">=20.0.0"
906
+ }
907
+ },
873
908
  "node_modules/@aws-sdk/nested-clients": {
874
909
  "version": "3.985.0",
875
910
  "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.985.0.tgz",
@@ -920,6 +955,23 @@
920
955
  "node": ">=20.0.0"
921
956
  }
922
957
  },
958
+ "node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints": {
959
+ "version": "3.985.0",
960
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.985.0.tgz",
961
+ "integrity": "sha512-vth7UfGSUR3ljvaq8V4Rc62FsM7GUTH/myxPWkaEgOrprz1/Pc72EgTXxj+cPPPDAfHFIpjhkB7T7Td0RJx+BA==",
962
+ "dev": true,
963
+ "license": "Apache-2.0",
964
+ "dependencies": {
965
+ "@aws-sdk/types": "^3.973.1",
966
+ "@smithy/types": "^4.12.0",
967
+ "@smithy/url-parser": "^4.2.8",
968
+ "@smithy/util-endpoints": "^3.2.8",
969
+ "tslib": "^2.6.2"
970
+ },
971
+ "engines": {
972
+ "node": ">=20.0.0"
973
+ }
974
+ },
923
975
  "node_modules/@aws-sdk/region-config-resolver": {
924
976
  "version": "3.972.3",
925
977
  "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.3.tgz",
@@ -938,9 +990,9 @@
938
990
  }
939
991
  },
940
992
  "node_modules/@aws-sdk/signature-v4-multi-region": {
941
- "version": "3.985.0",
942
- "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.985.0.tgz",
943
- "integrity": "sha512-W6hTSOPiSbh4IdTYVxN7xHjpCh0qvfQU1GKGBzGQm0ZEIOaMmWqiDEvFfyGYKmfBvumT8vHKxQRTX0av9omtIg==",
993
+ "version": "3.986.0",
994
+ "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.986.0.tgz",
995
+ "integrity": "sha512-Upw+rw7wCH93E6QWxqpAqJLrUmJYVUAWrk4tCOBnkeuwzGERZvJFL5UQ6TAJFj9T18Ih+vNFaACh8J5aP4oTBw==",
944
996
  "dev": true,
945
997
  "license": "Apache-2.0",
946
998
  "dependencies": {
@@ -1002,9 +1054,9 @@
1002
1054
  }
1003
1055
  },
1004
1056
  "node_modules/@aws-sdk/util-endpoints": {
1005
- "version": "3.985.0",
1006
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.985.0.tgz",
1007
- "integrity": "sha512-vth7UfGSUR3ljvaq8V4Rc62FsM7GUTH/myxPWkaEgOrprz1/Pc72EgTXxj+cPPPDAfHFIpjhkB7T7Td0RJx+BA==",
1057
+ "version": "3.986.0",
1058
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.986.0.tgz",
1059
+ "integrity": "sha512-Mqi79L38qi1gCG3adlVdbNrSxvcm1IPDLiJPA3OBypY5ewxUyWbaA3DD4goG+EwET6LSFgZJcRSIh6KBNpP5pA==",
1008
1060
  "dev": true,
1009
1061
  "license": "Apache-2.0",
1010
1062
  "dependencies": {
@@ -1587,13 +1639,13 @@
1587
1639
  }
1588
1640
  },
1589
1641
  "node_modules/@cacheable/utils": {
1590
- "version": "2.3.3",
1591
- "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.3.tgz",
1592
- "integrity": "sha512-JsXDL70gQ+1Vc2W/KUFfkAJzgb4puKwwKehNLuB+HrNKWf91O736kGfxn4KujXCCSuh6mRRL4XEB0PkAFjWS0A==",
1642
+ "version": "2.3.4",
1643
+ "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.3.4.tgz",
1644
+ "integrity": "sha512-knwKUJEYgIfwShABS1BX6JyJJTglAFcEU7EXqzTdiGCXur4voqkiJkdgZIQtWNFhynzDWERcTYv/sETMu3uJWA==",
1593
1645
  "license": "MIT",
1594
1646
  "dependencies": {
1595
1647
  "hashery": "^1.3.0",
1596
- "keyv": "^5.5.5"
1648
+ "keyv": "^5.6.0"
1597
1649
  }
1598
1650
  },
1599
1651
  "node_modules/@cacheable/utils/node_modules/keyv": {
@@ -1653,9 +1705,9 @@
1653
1705
  }
1654
1706
  },
1655
1707
  "node_modules/@csstools/css-syntax-patches-for-csstree": {
1656
- "version": "1.0.26",
1657
- "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.26.tgz",
1658
- "integrity": "sha512-6boXK0KkzT5u5xOgF6TKB+CLq9SOpEGmkZw0g5n9/7yg85wab3UzSxB8TxhLJ31L4SGJ6BCFRw/iftTha1CJXA==",
1708
+ "version": "1.0.27",
1709
+ "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.27.tgz",
1710
+ "integrity": "sha512-sxP33Jwg1bviSUXAV43cVYdmjt2TLnLXNqCWl9xmxHawWVjGz/kEbdkr7F9pxJNBN2Mh+dq0crgItbW6tQvyow==",
1659
1711
  "funding": [
1660
1712
  {
1661
1713
  "type": "github",
@@ -4531,12 +4583,12 @@
4531
4583
  }
4532
4584
  },
4533
4585
  "node_modules/@salesforce/apex-node": {
4534
- "version": "8.4.5",
4535
- "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.4.5.tgz",
4536
- "integrity": "sha512-6WbRU+AogZ6s7RmLi/hRAz3G2/MZekQEBPYd+FVsdtcmBLNHvsVaXTBlVfaj+vFNWa2nNvHMs0wkPOrACT2UCQ==",
4586
+ "version": "8.4.6",
4587
+ "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.4.6.tgz",
4588
+ "integrity": "sha512-bEQbNiFxim74n5HTtTc/5UDsE3THcigXLFBsvaeCp/gUrkZPzArpcmdLLbyTpZ9ca2iIkF2bVmZRTfV9F3ORvg==",
4537
4589
  "license": "BSD-3-Clause",
4538
4590
  "dependencies": {
4539
- "@salesforce/core": "^8.24.3",
4591
+ "@salesforce/core": "^8.25.1",
4540
4592
  "@salesforce/kit": "^3.2.4",
4541
4593
  "@types/istanbul-reports": "^3.0.4",
4542
4594
  "fast-glob": "^3.3.2",
@@ -4702,9 +4754,9 @@
4702
4754
  }
4703
4755
  },
4704
4756
  "node_modules/@salesforce/code-analyzer-core/node_modules/@types/node": {
4705
- "version": "20.19.32",
4706
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.32.tgz",
4707
- "integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
4757
+ "version": "20.19.33",
4758
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
4759
+ "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
4708
4760
  "license": "MIT",
4709
4761
  "dependencies": {
4710
4762
  "undici-types": "~6.21.0"
@@ -4723,9 +4775,9 @@
4723
4775
  }
4724
4776
  },
4725
4777
  "node_modules/@salesforce/code-analyzer-engine-api/node_modules/@types/node": {
4726
- "version": "20.19.32",
4727
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.32.tgz",
4728
- "integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
4778
+ "version": "20.19.33",
4779
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
4780
+ "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
4729
4781
  "license": "MIT",
4730
4782
  "dependencies": {
4731
4783
  "undici-types": "~6.21.0"
@@ -5017,9 +5069,9 @@
5017
5069
  }
5018
5070
  },
5019
5071
  "node_modules/@salesforce/code-analyzer-eslint-engine/node_modules/@types/node": {
5020
- "version": "20.19.32",
5021
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.32.tgz",
5022
- "integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
5072
+ "version": "20.19.33",
5073
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
5074
+ "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
5023
5075
  "license": "MIT",
5024
5076
  "dependencies": {
5025
5077
  "undici-types": "~6.21.0"
@@ -5306,9 +5358,9 @@
5306
5358
  }
5307
5359
  },
5308
5360
  "node_modules/@salesforce/code-analyzer-eslint8-engine/node_modules/@types/node": {
5309
- "version": "20.19.32",
5310
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.32.tgz",
5311
- "integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
5361
+ "version": "20.19.33",
5362
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
5363
+ "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
5312
5364
  "license": "MIT",
5313
5365
  "dependencies": {
5314
5366
  "undici-types": "~6.21.0"
@@ -5694,9 +5746,9 @@
5694
5746
  }
5695
5747
  },
5696
5748
  "node_modules/@salesforce/code-analyzer-pmd-engine/node_modules/@types/node": {
5697
- "version": "20.19.32",
5698
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.32.tgz",
5699
- "integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
5749
+ "version": "20.19.33",
5750
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
5751
+ "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
5700
5752
  "license": "MIT",
5701
5753
  "dependencies": {
5702
5754
  "undici-types": "~6.21.0"
@@ -5718,9 +5770,9 @@
5718
5770
  }
5719
5771
  },
5720
5772
  "node_modules/@salesforce/code-analyzer-regex-engine/node_modules/@types/node": {
5721
- "version": "20.19.32",
5722
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.32.tgz",
5723
- "integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
5773
+ "version": "20.19.33",
5774
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
5775
+ "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
5724
5776
  "license": "MIT",
5725
5777
  "dependencies": {
5726
5778
  "undici-types": "~6.21.0"
@@ -5743,9 +5795,9 @@
5743
5795
  }
5744
5796
  },
5745
5797
  "node_modules/@salesforce/code-analyzer-retirejs-engine/node_modules/@types/node": {
5746
- "version": "20.19.32",
5747
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.32.tgz",
5748
- "integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
5798
+ "version": "20.19.33",
5799
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
5800
+ "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
5749
5801
  "license": "MIT",
5750
5802
  "dependencies": {
5751
5803
  "undici-types": "~6.21.0"
@@ -5927,13 +5979,13 @@
5927
5979
  }
5928
5980
  },
5929
5981
  "node_modules/@salesforce/mcp-provider-api": {
5930
- "version": "0.4.1",
5931
- "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-api/-/mcp-provider-api-0.4.1.tgz",
5932
- "integrity": "sha512-+e+xIEqfgNSETnn8Mv0jlto3q3MDX5V781ijrm5irwcZn9QmXPRBVDmVvByKHi8gDhDh9Wm5hzCcinTqtUaAcg==",
5982
+ "version": "0.5.0",
5983
+ "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-api/-/mcp-provider-api-0.5.0.tgz",
5984
+ "integrity": "sha512-ctirfgdatDLcJGfIJOhcT3zNNvrMNDRzp2/FkaTiWiI7oWp5d7L2vQI7FDY/Nar8tho/QNesBmyMBvR//jEK2A==",
5933
5985
  "license": "Apache-2.0",
5934
5986
  "dependencies": {
5935
5987
  "@modelcontextprotocol/sdk": "^1.18.0",
5936
- "@salesforce/core": "^8",
5988
+ "@salesforce/core": "^8.24.3",
5937
5989
  "@salesforce/ts-types": "^2",
5938
5990
  "@types/semver": "^7.7.1",
5939
5991
  "semver": "^7.7.2",
@@ -6464,6 +6516,20 @@
6464
6516
  "zod": "^3.25.76"
6465
6517
  }
6466
6518
  },
6519
+ "node_modules/@salesforce/mcp-provider-code-analyzer/node_modules/@salesforce/mcp-provider-api": {
6520
+ "version": "0.4.1",
6521
+ "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-api/-/mcp-provider-api-0.4.1.tgz",
6522
+ "integrity": "sha512-+e+xIEqfgNSETnn8Mv0jlto3q3MDX5V781ijrm5irwcZn9QmXPRBVDmVvByKHi8gDhDh9Wm5hzCcinTqtUaAcg==",
6523
+ "license": "Apache-2.0",
6524
+ "dependencies": {
6525
+ "@modelcontextprotocol/sdk": "^1.18.0",
6526
+ "@salesforce/core": "^8",
6527
+ "@salesforce/ts-types": "^2",
6528
+ "@types/semver": "^7.7.1",
6529
+ "semver": "^7.7.2",
6530
+ "zod": "^3.25.76"
6531
+ }
6532
+ },
6467
6533
  "node_modules/@salesforce/mcp-provider-devops": {
6468
6534
  "version": "0.1.9",
6469
6535
  "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-devops/-/mcp-provider-devops-0.1.9.tgz",
@@ -6479,25 +6545,53 @@
6479
6545
  "zod": "^3.25.76"
6480
6546
  }
6481
6547
  },
6548
+ "node_modules/@salesforce/mcp-provider-devops/node_modules/@salesforce/mcp-provider-api": {
6549
+ "version": "0.4.1",
6550
+ "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-api/-/mcp-provider-api-0.4.1.tgz",
6551
+ "integrity": "sha512-+e+xIEqfgNSETnn8Mv0jlto3q3MDX5V781ijrm5irwcZn9QmXPRBVDmVvByKHi8gDhDh9Wm5hzCcinTqtUaAcg==",
6552
+ "license": "Apache-2.0",
6553
+ "dependencies": {
6554
+ "@modelcontextprotocol/sdk": "^1.18.0",
6555
+ "@salesforce/core": "^8",
6556
+ "@salesforce/ts-types": "^2",
6557
+ "@types/semver": "^7.7.1",
6558
+ "semver": "^7.7.2",
6559
+ "zod": "^3.25.76"
6560
+ }
6561
+ },
6482
6562
  "node_modules/@salesforce/mcp-provider-dx-core": {
6483
- "version": "0.6.0",
6484
- "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-dx-core/-/mcp-provider-dx-core-0.6.0.tgz",
6485
- "integrity": "sha512-RxHLVKHQEafOkAd0SFEvf5XC3O0NYkeV44sosDFvNEI/s7Fo6E+7E74GVKsnz7sLlGVg4KkJHN7IkvupTI8NuA==",
6563
+ "version": "0.7.0",
6564
+ "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-dx-core/-/mcp-provider-dx-core-0.7.0.tgz",
6565
+ "integrity": "sha512-5VbqefBzzZcBdR4kOmpvre2xnB0i3IAThp7HgfCCnn2akXhHOEc3QtPp8DAGYS9shva1q2SYweGpau7jPcDwLg==",
6486
6566
  "license": "Apache-2.0",
6487
6567
  "dependencies": {
6488
6568
  "@modelcontextprotocol/sdk": "^1.18.0",
6489
6569
  "@salesforce/agents": "^0.15.4",
6490
6570
  "@salesforce/apex-node": "^8.2.1",
6491
- "@salesforce/core": "^8.23.1",
6571
+ "@salesforce/core": "^8.24.3",
6492
6572
  "@salesforce/kit": "^3.1.6",
6493
- "@salesforce/mcp-provider-api": "^0.4.0",
6494
- "@salesforce/source-deploy-retrieve": "^12.22.0",
6495
- "@salesforce/source-tracking": "^7.4.8",
6573
+ "@salesforce/mcp-provider-api": "^0.4.1",
6574
+ "@salesforce/source-deploy-retrieve": "^12.31.8",
6575
+ "@salesforce/source-tracking": "^7.8.2",
6496
6576
  "@salesforce/ts-types": "^2.0.11",
6497
6577
  "open": "^10.1.2",
6498
6578
  "zod": "^3.25.76"
6499
6579
  }
6500
6580
  },
6581
+ "node_modules/@salesforce/mcp-provider-dx-core/node_modules/@salesforce/mcp-provider-api": {
6582
+ "version": "0.4.1",
6583
+ "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-api/-/mcp-provider-api-0.4.1.tgz",
6584
+ "integrity": "sha512-+e+xIEqfgNSETnn8Mv0jlto3q3MDX5V781ijrm5irwcZn9QmXPRBVDmVvByKHi8gDhDh9Wm5hzCcinTqtUaAcg==",
6585
+ "license": "Apache-2.0",
6586
+ "dependencies": {
6587
+ "@modelcontextprotocol/sdk": "^1.18.0",
6588
+ "@salesforce/core": "^8",
6589
+ "@salesforce/ts-types": "^2",
6590
+ "@types/semver": "^7.7.1",
6591
+ "semver": "^7.7.2",
6592
+ "zod": "^3.25.76"
6593
+ }
6594
+ },
6501
6595
  "node_modules/@salesforce/mcp-provider-lwc-experts": {
6502
6596
  "version": "0.6.5",
6503
6597
  "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-lwc-experts/-/mcp-provider-lwc-experts-0.6.5.tgz",
@@ -6533,6 +6627,20 @@
6533
6627
  "zod": "^3.25.76"
6534
6628
  }
6535
6629
  },
6630
+ "node_modules/@salesforce/mcp-provider-metadata-enrichment": {
6631
+ "version": "0.0.2",
6632
+ "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-metadata-enrichment/-/mcp-provider-metadata-enrichment-0.0.2.tgz",
6633
+ "integrity": "sha512-c+4tc5EFcv0gDTfytweRpRQvAPYps9Qg7PWTZgQJcqJ+F0zPxKKeUIOBaaKWeQcPgcCR6CcQgBHAuS96HYN/iQ==",
6634
+ "license": "Apache-2.0",
6635
+ "dependencies": {
6636
+ "@modelcontextprotocol/sdk": "^1.18.0",
6637
+ "@salesforce/mcp-provider-api": "^0.5.0",
6638
+ "@salesforce/mcp-provider-dx-core": "^0.7.0",
6639
+ "@salesforce/metadata-enrichment": "^0.0.1",
6640
+ "@salesforce/source-deploy-retrieve": "^12.31.10",
6641
+ "zod": "^3.25.76"
6642
+ }
6643
+ },
6536
6644
  "node_modules/@salesforce/mcp-provider-mobile-web": {
6537
6645
  "version": "0.2.2",
6538
6646
  "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-mobile-web/-/mcp-provider-mobile-web-0.2.2.tgz",
@@ -6595,6 +6703,20 @@
6595
6703
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
6596
6704
  }
6597
6705
  },
6706
+ "node_modules/@salesforce/mcp-provider-mobile-web/node_modules/@salesforce/mcp-provider-api": {
6707
+ "version": "0.4.1",
6708
+ "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-api/-/mcp-provider-api-0.4.1.tgz",
6709
+ "integrity": "sha512-+e+xIEqfgNSETnn8Mv0jlto3q3MDX5V781ijrm5irwcZn9QmXPRBVDmVvByKHi8gDhDh9Wm5hzCcinTqtUaAcg==",
6710
+ "license": "Apache-2.0",
6711
+ "dependencies": {
6712
+ "@modelcontextprotocol/sdk": "^1.18.0",
6713
+ "@salesforce/core": "^8",
6714
+ "@salesforce/ts-types": "^2",
6715
+ "@types/semver": "^7.7.1",
6716
+ "semver": "^7.7.2",
6717
+ "zod": "^3.25.76"
6718
+ }
6719
+ },
6598
6720
  "node_modules/@salesforce/mcp-provider-mobile-web/node_modules/ajv": {
6599
6721
  "version": "6.12.6",
6600
6722
  "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
@@ -6801,6 +6923,66 @@
6801
6923
  "zod": "^3.25.76"
6802
6924
  }
6803
6925
  },
6926
+ "node_modules/@salesforce/mcp-provider-scale-products/node_modules/@salesforce/mcp-provider-api": {
6927
+ "version": "0.4.1",
6928
+ "resolved": "https://registry.npmjs.org/@salesforce/mcp-provider-api/-/mcp-provider-api-0.4.1.tgz",
6929
+ "integrity": "sha512-+e+xIEqfgNSETnn8Mv0jlto3q3MDX5V781ijrm5irwcZn9QmXPRBVDmVvByKHi8gDhDh9Wm5hzCcinTqtUaAcg==",
6930
+ "license": "Apache-2.0",
6931
+ "dependencies": {
6932
+ "@modelcontextprotocol/sdk": "^1.18.0",
6933
+ "@salesforce/core": "^8",
6934
+ "@salesforce/ts-types": "^2",
6935
+ "@types/semver": "^7.7.1",
6936
+ "semver": "^7.7.2",
6937
+ "zod": "^3.25.76"
6938
+ }
6939
+ },
6940
+ "node_modules/@salesforce/metadata-enrichment": {
6941
+ "version": "0.0.1",
6942
+ "resolved": "https://registry.npmjs.org/@salesforce/metadata-enrichment/-/metadata-enrichment-0.0.1.tgz",
6943
+ "integrity": "sha512-8w3PKpgmXi6u0uKZCfuQ7f7YceivYml/92GSB5fHKSrIHFppBx2tVKgJPlauEnvyNj685HSxs7HPSMZ2bZWdJQ==",
6944
+ "license": "Apache-2.0",
6945
+ "dependencies": {
6946
+ "@salesforce/core": "^8.24.0",
6947
+ "@salesforce/kit": "^3.2.4",
6948
+ "@salesforce/source-deploy-retrieve": "^12.0.1",
6949
+ "@salesforce/ts-types": "^2.0.11",
6950
+ "fast-xml-parser": "^5.3.4"
6951
+ },
6952
+ "engines": {
6953
+ "node": ">=20.0.0"
6954
+ }
6955
+ },
6956
+ "node_modules/@salesforce/metadata-enrichment/node_modules/fast-xml-parser": {
6957
+ "version": "5.3.5",
6958
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.5.tgz",
6959
+ "integrity": "sha512-JeaA2Vm9ffQKp9VjvfzObuMCjUYAp5WDYhRYL5LrBPY/jUDlUtOvDfot0vKSkB9tuX885BDHjtw4fZadD95wnA==",
6960
+ "funding": [
6961
+ {
6962
+ "type": "github",
6963
+ "url": "https://github.com/sponsors/NaturalIntelligence"
6964
+ }
6965
+ ],
6966
+ "license": "MIT",
6967
+ "dependencies": {
6968
+ "strnum": "^2.1.2"
6969
+ },
6970
+ "bin": {
6971
+ "fxparser": "src/cli/cli.js"
6972
+ }
6973
+ },
6974
+ "node_modules/@salesforce/metadata-enrichment/node_modules/strnum": {
6975
+ "version": "2.1.2",
6976
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
6977
+ "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
6978
+ "funding": [
6979
+ {
6980
+ "type": "github",
6981
+ "url": "https://github.com/sponsors/NaturalIntelligence"
6982
+ }
6983
+ ],
6984
+ "license": "MIT"
6985
+ },
6804
6986
  "node_modules/@salesforce/o11y-reporter": {
6805
6987
  "version": "1.6.0",
6806
6988
  "resolved": "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.6.0.tgz",
@@ -6854,9 +7036,9 @@
6854
7036
  }
6855
7037
  },
6856
7038
  "node_modules/@salesforce/source-deploy-retrieve/node_modules/fast-xml-parser": {
6857
- "version": "5.3.4",
6858
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz",
6859
- "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==",
7039
+ "version": "5.3.5",
7040
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.5.tgz",
7041
+ "integrity": "sha512-JeaA2Vm9ffQKp9VjvfzObuMCjUYAp5WDYhRYL5LrBPY/jUDlUtOvDfot0vKSkB9tuX885BDHjtw4fZadD95wnA==",
6860
7042
  "funding": [
6861
7043
  {
6862
7044
  "type": "github",
@@ -6865,7 +7047,7 @@
6865
7047
  ],
6866
7048
  "license": "MIT",
6867
7049
  "dependencies": {
6868
- "strnum": "^2.1.0"
7050
+ "strnum": "^2.1.2"
6869
7051
  },
6870
7052
  "bin": {
6871
7053
  "fxparser": "src/cli/cli.js"
@@ -6903,9 +7085,9 @@
6903
7085
  }
6904
7086
  },
6905
7087
  "node_modules/@salesforce/source-tracking/node_modules/fast-xml-parser": {
6906
- "version": "5.3.4",
6907
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz",
6908
- "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==",
7088
+ "version": "5.3.5",
7089
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.5.tgz",
7090
+ "integrity": "sha512-JeaA2Vm9ffQKp9VjvfzObuMCjUYAp5WDYhRYL5LrBPY/jUDlUtOvDfot0vKSkB9tuX885BDHjtw4fZadD95wnA==",
6909
7091
  "funding": [
6910
7092
  {
6911
7093
  "type": "github",
@@ -6914,7 +7096,7 @@
6914
7096
  ],
6915
7097
  "license": "MIT",
6916
7098
  "dependencies": {
6917
- "strnum": "^2.1.0"
7099
+ "strnum": "^2.1.2"
6918
7100
  },
6919
7101
  "bin": {
6920
7102
  "fxparser": "src/cli/cli.js"
@@ -7967,9 +8149,9 @@
7967
8149
  }
7968
8150
  },
7969
8151
  "node_modules/@types/node": {
7970
- "version": "22.19.9",
7971
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.9.tgz",
7972
- "integrity": "sha512-PD03/U8g1F9T9MI+1OBisaIARhSzeidsUjQaf51fOxrfjeiKN9bLVO06lHuHYjxdnqLWJijJHfqXPSJri2EM2A==",
8152
+ "version": "22.19.10",
8153
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.10.tgz",
8154
+ "integrity": "sha512-tF5VOugLS/EuDlTBijk0MqABfP8UxgYazTLo3uIn3b4yJgg26QRbVYJYsDtHrjdDUIRfP70+VfhTTc+CE1yskw==",
7973
8155
  "license": "MIT",
7974
8156
  "peer": true,
7975
8157
  "dependencies": {
@@ -8040,16 +8222,16 @@
8040
8222
  "license": "MIT"
8041
8223
  },
8042
8224
  "node_modules/@typescript-eslint/eslint-plugin": {
8043
- "version": "8.54.0",
8044
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.54.0.tgz",
8045
- "integrity": "sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ==",
8225
+ "version": "8.55.0",
8226
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.55.0.tgz",
8227
+ "integrity": "sha512-1y/MVSz0NglV1ijHC8OT49mPJ4qhPYjiK08YUQVbIOyu+5k862LKUHFkpKHWu//zmr7hDR2rhwUm6gnCGNmGBQ==",
8046
8228
  "license": "MIT",
8047
8229
  "dependencies": {
8048
8230
  "@eslint-community/regexpp": "^4.12.2",
8049
- "@typescript-eslint/scope-manager": "8.54.0",
8050
- "@typescript-eslint/type-utils": "8.54.0",
8051
- "@typescript-eslint/utils": "8.54.0",
8052
- "@typescript-eslint/visitor-keys": "8.54.0",
8231
+ "@typescript-eslint/scope-manager": "8.55.0",
8232
+ "@typescript-eslint/type-utils": "8.55.0",
8233
+ "@typescript-eslint/utils": "8.55.0",
8234
+ "@typescript-eslint/visitor-keys": "8.55.0",
8053
8235
  "ignore": "^7.0.5",
8054
8236
  "natural-compare": "^1.4.0",
8055
8237
  "ts-api-utils": "^2.4.0"
@@ -8062,7 +8244,7 @@
8062
8244
  "url": "https://opencollective.com/typescript-eslint"
8063
8245
  },
8064
8246
  "peerDependencies": {
8065
- "@typescript-eslint/parser": "^8.54.0",
8247
+ "@typescript-eslint/parser": "^8.55.0",
8066
8248
  "eslint": "^8.57.0 || ^9.0.0",
8067
8249
  "typescript": ">=4.8.4 <6.0.0"
8068
8250
  }
@@ -8077,16 +8259,16 @@
8077
8259
  }
8078
8260
  },
8079
8261
  "node_modules/@typescript-eslint/parser": {
8080
- "version": "8.54.0",
8081
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.54.0.tgz",
8082
- "integrity": "sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA==",
8262
+ "version": "8.55.0",
8263
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.55.0.tgz",
8264
+ "integrity": "sha512-4z2nCSBfVIMnbuu8uinj+f0o4qOeggYJLbjpPHka3KH1om7e+H9yLKTYgksTaHcGco+NClhhY2vyO3HsMH1RGw==",
8083
8265
  "license": "MIT",
8084
8266
  "peer": true,
8085
8267
  "dependencies": {
8086
- "@typescript-eslint/scope-manager": "8.54.0",
8087
- "@typescript-eslint/types": "8.54.0",
8088
- "@typescript-eslint/typescript-estree": "8.54.0",
8089
- "@typescript-eslint/visitor-keys": "8.54.0",
8268
+ "@typescript-eslint/scope-manager": "8.55.0",
8269
+ "@typescript-eslint/types": "8.55.0",
8270
+ "@typescript-eslint/typescript-estree": "8.55.0",
8271
+ "@typescript-eslint/visitor-keys": "8.55.0",
8090
8272
  "debug": "^4.4.3"
8091
8273
  },
8092
8274
  "engines": {
@@ -8102,13 +8284,13 @@
8102
8284
  }
8103
8285
  },
8104
8286
  "node_modules/@typescript-eslint/project-service": {
8105
- "version": "8.54.0",
8106
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.54.0.tgz",
8107
- "integrity": "sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g==",
8287
+ "version": "8.55.0",
8288
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.55.0.tgz",
8289
+ "integrity": "sha512-zRcVVPFUYWa3kNnjaZGXSu3xkKV1zXy8M4nO/pElzQhFweb7PPtluDLQtKArEOGmjXoRjnUZ29NjOiF0eCDkcQ==",
8108
8290
  "license": "MIT",
8109
8291
  "dependencies": {
8110
- "@typescript-eslint/tsconfig-utils": "^8.54.0",
8111
- "@typescript-eslint/types": "^8.54.0",
8292
+ "@typescript-eslint/tsconfig-utils": "^8.55.0",
8293
+ "@typescript-eslint/types": "^8.55.0",
8112
8294
  "debug": "^4.4.3"
8113
8295
  },
8114
8296
  "engines": {
@@ -8123,13 +8305,13 @@
8123
8305
  }
8124
8306
  },
8125
8307
  "node_modules/@typescript-eslint/scope-manager": {
8126
- "version": "8.54.0",
8127
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.54.0.tgz",
8128
- "integrity": "sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg==",
8308
+ "version": "8.55.0",
8309
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.55.0.tgz",
8310
+ "integrity": "sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==",
8129
8311
  "license": "MIT",
8130
8312
  "dependencies": {
8131
- "@typescript-eslint/types": "8.54.0",
8132
- "@typescript-eslint/visitor-keys": "8.54.0"
8313
+ "@typescript-eslint/types": "8.55.0",
8314
+ "@typescript-eslint/visitor-keys": "8.55.0"
8133
8315
  },
8134
8316
  "engines": {
8135
8317
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8140,9 +8322,9 @@
8140
8322
  }
8141
8323
  },
8142
8324
  "node_modules/@typescript-eslint/tsconfig-utils": {
8143
- "version": "8.54.0",
8144
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.54.0.tgz",
8145
- "integrity": "sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==",
8325
+ "version": "8.55.0",
8326
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.55.0.tgz",
8327
+ "integrity": "sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==",
8146
8328
  "license": "MIT",
8147
8329
  "engines": {
8148
8330
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8156,14 +8338,14 @@
8156
8338
  }
8157
8339
  },
8158
8340
  "node_modules/@typescript-eslint/type-utils": {
8159
- "version": "8.54.0",
8160
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.54.0.tgz",
8161
- "integrity": "sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA==",
8341
+ "version": "8.55.0",
8342
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.55.0.tgz",
8343
+ "integrity": "sha512-x1iH2unH4qAt6I37I2CGlsNs+B9WGxurP2uyZLRz6UJoZWDBx9cJL1xVN/FiOmHEONEg6RIufdvyT0TEYIgC5g==",
8162
8344
  "license": "MIT",
8163
8345
  "dependencies": {
8164
- "@typescript-eslint/types": "8.54.0",
8165
- "@typescript-eslint/typescript-estree": "8.54.0",
8166
- "@typescript-eslint/utils": "8.54.0",
8346
+ "@typescript-eslint/types": "8.55.0",
8347
+ "@typescript-eslint/typescript-estree": "8.55.0",
8348
+ "@typescript-eslint/utils": "8.55.0",
8167
8349
  "debug": "^4.4.3",
8168
8350
  "ts-api-utils": "^2.4.0"
8169
8351
  },
@@ -8180,9 +8362,9 @@
8180
8362
  }
8181
8363
  },
8182
8364
  "node_modules/@typescript-eslint/types": {
8183
- "version": "8.54.0",
8184
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.54.0.tgz",
8185
- "integrity": "sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==",
8365
+ "version": "8.55.0",
8366
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.55.0.tgz",
8367
+ "integrity": "sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==",
8186
8368
  "license": "MIT",
8187
8369
  "engines": {
8188
8370
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8193,15 +8375,15 @@
8193
8375
  }
8194
8376
  },
8195
8377
  "node_modules/@typescript-eslint/typescript-estree": {
8196
- "version": "8.54.0",
8197
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.54.0.tgz",
8198
- "integrity": "sha512-BUwcskRaPvTk6fzVWgDPdUndLjB87KYDrN5EYGetnktoeAvPtO4ONHlAZDnj5VFnUANg0Sjm7j4usBlnoVMHwA==",
8378
+ "version": "8.55.0",
8379
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.55.0.tgz",
8380
+ "integrity": "sha512-EwrH67bSWdx/3aRQhCoxDaHM+CrZjotc2UCCpEDVqfCE+7OjKAGWNY2HsCSTEVvWH2clYQK8pdeLp42EVs+xQw==",
8199
8381
  "license": "MIT",
8200
8382
  "dependencies": {
8201
- "@typescript-eslint/project-service": "8.54.0",
8202
- "@typescript-eslint/tsconfig-utils": "8.54.0",
8203
- "@typescript-eslint/types": "8.54.0",
8204
- "@typescript-eslint/visitor-keys": "8.54.0",
8383
+ "@typescript-eslint/project-service": "8.55.0",
8384
+ "@typescript-eslint/tsconfig-utils": "8.55.0",
8385
+ "@typescript-eslint/types": "8.55.0",
8386
+ "@typescript-eslint/visitor-keys": "8.55.0",
8205
8387
  "debug": "^4.4.3",
8206
8388
  "minimatch": "^9.0.5",
8207
8389
  "semver": "^7.7.3",
@@ -8220,15 +8402,15 @@
8220
8402
  }
8221
8403
  },
8222
8404
  "node_modules/@typescript-eslint/utils": {
8223
- "version": "8.54.0",
8224
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.54.0.tgz",
8225
- "integrity": "sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==",
8405
+ "version": "8.55.0",
8406
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.55.0.tgz",
8407
+ "integrity": "sha512-BqZEsnPGdYpgyEIkDC1BadNY8oMwckftxBT+C8W0g1iKPdeqKZBtTfnvcq0nf60u7MkjFO8RBvpRGZBPw4L2ow==",
8226
8408
  "license": "MIT",
8227
8409
  "dependencies": {
8228
8410
  "@eslint-community/eslint-utils": "^4.9.1",
8229
- "@typescript-eslint/scope-manager": "8.54.0",
8230
- "@typescript-eslint/types": "8.54.0",
8231
- "@typescript-eslint/typescript-estree": "8.54.0"
8411
+ "@typescript-eslint/scope-manager": "8.55.0",
8412
+ "@typescript-eslint/types": "8.55.0",
8413
+ "@typescript-eslint/typescript-estree": "8.55.0"
8232
8414
  },
8233
8415
  "engines": {
8234
8416
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8243,12 +8425,12 @@
8243
8425
  }
8244
8426
  },
8245
8427
  "node_modules/@typescript-eslint/visitor-keys": {
8246
- "version": "8.54.0",
8247
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.54.0.tgz",
8248
- "integrity": "sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA==",
8428
+ "version": "8.55.0",
8429
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz",
8430
+ "integrity": "sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==",
8249
8431
  "license": "MIT",
8250
8432
  "dependencies": {
8251
- "@typescript-eslint/types": "8.54.0",
8433
+ "@typescript-eslint/types": "8.55.0",
8252
8434
  "eslint-visitor-keys": "^4.2.1"
8253
8435
  },
8254
8436
  "engines": {
@@ -8866,13 +9048,13 @@
8866
9048
  }
8867
9049
  },
8868
9050
  "node_modules/axios": {
8869
- "version": "1.13.4",
8870
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.4.tgz",
8871
- "integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==",
9051
+ "version": "1.13.5",
9052
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz",
9053
+ "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
8872
9054
  "license": "MIT",
8873
9055
  "dependencies": {
8874
- "follow-redirects": "^1.15.6",
8875
- "form-data": "^4.0.4",
9056
+ "follow-redirects": "^1.15.11",
9057
+ "form-data": "^4.0.5",
8876
9058
  "proxy-from-env": "^1.1.0"
8877
9059
  }
8878
9060
  },
@@ -8967,9 +9149,9 @@
8967
9149
  }
8968
9150
  },
8969
9151
  "node_modules/bowser": {
8970
- "version": "2.13.1",
8971
- "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.13.1.tgz",
8972
- "integrity": "sha512-OHawaAbjwx6rqICCKgSG0SAnT05bzd7ppyKLVUITZpANBaaMFBAsaNkto3LoQ31tyFP5kNujE8Cdx85G9VzOkw==",
9152
+ "version": "2.14.1",
9153
+ "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.14.1.tgz",
9154
+ "integrity": "sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==",
8973
9155
  "dev": true,
8974
9156
  "license": "MIT"
8975
9157
  },
@@ -11110,9 +11292,9 @@
11110
11292
  }
11111
11293
  },
11112
11294
  "node_modules/eslint-plugin-jest": {
11113
- "version": "29.12.2",
11114
- "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.12.2.tgz",
11115
- "integrity": "sha512-IIRg0IZ5yuERfzOZrKuNScxk9yeuKo0M4Urx7RZcthK5HE/8gJUY518bdi7picLRBJVctjOW3yVx0zyBp4Cq+g==",
11295
+ "version": "29.13.0",
11296
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.13.0.tgz",
11297
+ "integrity": "sha512-VoONe0NsaQLb7ijvg4k35rzchqfyCaBsXammNMCkTyLvKLTpzQOVdXiPC54q7Vp/W7shMcqPBLwAc3yRSiGjSQ==",
11116
11298
  "license": "MIT",
11117
11299
  "peer": true,
11118
11300
  "dependencies": {
@@ -11123,7 +11305,7 @@
11123
11305
  },
11124
11306
  "peerDependencies": {
11125
11307
  "@typescript-eslint/eslint-plugin": "^8.0.0",
11126
- "eslint": "^8.57.0 || ^9.0.0",
11308
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
11127
11309
  "jest": "*",
11128
11310
  "typescript": ">=4.8.4 <6.0.0"
11129
11311
  },
@@ -12660,9 +12842,9 @@
12660
12842
  "license": "MIT"
12661
12843
  },
12662
12844
  "node_modules/hono": {
12663
- "version": "4.11.8",
12664
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.8.tgz",
12665
- "integrity": "sha512-eVkB/CYCCei7K2WElZW9yYQFWssG0DhaDhVvr7wy5jJ22K+ck8fWW0EsLpB0sITUTvPnc97+rrbQqIr5iqiy9Q==",
12845
+ "version": "4.11.9",
12846
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.9.tgz",
12847
+ "integrity": "sha512-Eaw2YTGM6WOxA6CXbckaEvslr2Ne4NFsKrvc0v97JD5awbmeBLO5w9Ho9L9kmKonrwF9RJlW6BxT1PVv/agBHQ==",
12666
12848
  "license": "MIT",
12667
12849
  "peer": true,
12668
12850
  "engines": {
@@ -13746,9 +13928,9 @@
13746
13928
  }
13747
13929
  },
13748
13930
  "node_modules/jackspeak": {
13749
- "version": "4.2.1",
13750
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.1.tgz",
13751
- "integrity": "sha512-GPBXyfcZSGujjddPeA+V34bW70ZJT7jzCEbloVasSH4yjiqWqXHX8iZQtZdVbOhc5esSeAIuiSmMutRZQB/olg==",
13931
+ "version": "4.2.3",
13932
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
13933
+ "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
13752
13934
  "dev": true,
13753
13935
  "license": "BlueOak-1.0.0",
13754
13936
  "dependencies": {
@@ -15415,19 +15597,19 @@
15415
15597
  }
15416
15598
  },
15417
15599
  "node_modules/oclif": {
15418
- "version": "4.22.73",
15419
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.73.tgz",
15420
- "integrity": "sha512-nyODp0FrwdKc/jBPFeloGmAQA49Y6nC7ZANHwPZjok09RUCJpaJkuoe7EH6EOeMrS1Qsb+muYsV4fBa6bkVjIg==",
15600
+ "version": "4.22.77",
15601
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.77.tgz",
15602
+ "integrity": "sha512-H0iVdnKNItaNV9xU0fDAqEy3o82BRTpps9ePoqVEctrqMCqKnKS5VpNSLZCJN/WiY85fXD496llwGqoizBBVrw==",
15421
15603
  "dev": true,
15422
15604
  "license": "MIT",
15423
15605
  "dependencies": {
15424
- "@aws-sdk/client-cloudfront": "^3.980.0",
15425
- "@aws-sdk/client-s3": "^3.980.0",
15606
+ "@aws-sdk/client-cloudfront": "^3.985.0",
15607
+ "@aws-sdk/client-s3": "^3.985.0",
15426
15608
  "@inquirer/confirm": "^3.1.22",
15427
15609
  "@inquirer/input": "^2.2.4",
15428
15610
  "@inquirer/select": "^2.5.0",
15429
15611
  "@oclif/core": "^4.8.0",
15430
- "@oclif/plugin-help": "^6.2.36",
15612
+ "@oclif/plugin-help": "^6.2.37",
15431
15613
  "@oclif/plugin-not-found": "^3.2.74",
15432
15614
  "@oclif/plugin-warn-if-update-available": "^3.1.55",
15433
15615
  "ansis": "^3.16.0",
@@ -15441,7 +15623,7 @@
15441
15623
  "got": "^13",
15442
15624
  "lodash": "^4.17.23",
15443
15625
  "normalize-package-data": "^6",
15444
- "semver": "^7.7.3",
15626
+ "semver": "^7.7.4",
15445
15627
  "sort-package-json": "^2.15.1",
15446
15628
  "tiny-jsonc": "^1.0.2",
15447
15629
  "validate-npm-package-name": "^5.0.1"
@@ -18650,21 +18832,21 @@
18650
18832
  }
18651
18833
  },
18652
18834
  "node_modules/tldts": {
18653
- "version": "7.0.22",
18654
- "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.22.tgz",
18655
- "integrity": "sha512-nqpKFC53CgopKPjT6Wfb6tpIcZXHcI6G37hesvikhx0EmUGPkZrujRyAjgnmp1SHNgpQfKVanZ+KfpANFt2Hxw==",
18835
+ "version": "7.0.23",
18836
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.23.tgz",
18837
+ "integrity": "sha512-ASdhgQIBSay0R/eXggAkQ53G4nTJqTXqC2kbaBbdDwM7SkjyZyO0OaaN1/FH7U/yCeqOHDwFO5j8+Os/IS1dXw==",
18656
18838
  "license": "MIT",
18657
18839
  "dependencies": {
18658
- "tldts-core": "^7.0.22"
18840
+ "tldts-core": "^7.0.23"
18659
18841
  },
18660
18842
  "bin": {
18661
18843
  "tldts": "bin/cli.js"
18662
18844
  }
18663
18845
  },
18664
18846
  "node_modules/tldts-core": {
18665
- "version": "7.0.22",
18666
- "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.22.tgz",
18667
- "integrity": "sha512-KgbTDC5wzlL6j/x6np6wCnDSMUq4kucHNm00KXPbfNzmllCmtmvtykJHfmgdHntwIeupW04y8s1N/43S1PkQDw==",
18847
+ "version": "7.0.23",
18848
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.23.tgz",
18849
+ "integrity": "sha512-0g9vrtDQLrNIiCj22HSe9d4mLVG3g5ph5DZ8zCKBr4OtrspmNB6ss7hVyzArAeE88ceZocIEGkyW1Ime7fxPtQ==",
18668
18850
  "license": "MIT"
18669
18851
  },
18670
18852
  "node_modules/tmp": {
@@ -19022,15 +19204,15 @@
19022
19204
  }
19023
19205
  },
19024
19206
  "node_modules/typescript-eslint": {
19025
- "version": "8.54.0",
19026
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.54.0.tgz",
19027
- "integrity": "sha512-CKsJ+g53QpsNPqbzUsfKVgd3Lny4yKZ1pP4qN3jdMOg/sisIDLGyDMezycquXLE5JsEU0wp3dGNdzig0/fmSVQ==",
19207
+ "version": "8.55.0",
19208
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.55.0.tgz",
19209
+ "integrity": "sha512-HE4wj+r5lmDVS9gdaN0/+iqNvPZwGfnJ5lZuz7s5vLlg9ODw0bIiiETaios9LvFI1U94/VBXGm3CB2Y5cNFMpw==",
19028
19210
  "license": "MIT",
19029
19211
  "dependencies": {
19030
- "@typescript-eslint/eslint-plugin": "8.54.0",
19031
- "@typescript-eslint/parser": "8.54.0",
19032
- "@typescript-eslint/typescript-estree": "8.54.0",
19033
- "@typescript-eslint/utils": "8.54.0"
19212
+ "@typescript-eslint/eslint-plugin": "8.55.0",
19213
+ "@typescript-eslint/parser": "8.55.0",
19214
+ "@typescript-eslint/typescript-estree": "8.55.0",
19215
+ "@typescript-eslint/utils": "8.55.0"
19034
19216
  },
19035
19217
  "engines": {
19036
19218
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/mcp",
3
- "version": "0.26.1",
3
+ "version": "0.26.2",
4
4
  "description": "MCP Server for interacting with Salesforce instances",
5
5
  "bin": {
6
6
  "sf-mcp-server": "bin/run.js"
@@ -44,14 +44,15 @@
44
44
  "@salesforce/apex-node": "^8.2.1",
45
45
  "@salesforce/core": "^8.24.3",
46
46
  "@salesforce/kit": "^3.1.6",
47
- "@salesforce/mcp-provider-api": "0.4.1",
48
- "@salesforce/mcp-provider-dx-core": "0.6.0",
47
+ "@salesforce/mcp-provider-api": "0.5.0",
48
+ "@salesforce/mcp-provider-dx-core": "0.7.0",
49
49
  "@salesforce/mcp-provider-code-analyzer": "0.5.0",
50
50
  "@salesforce/mcp-provider-lwc-experts": "0.6.5",
51
51
  "@salesforce/mcp-provider-aura-experts": "0.3.6",
52
52
  "@salesforce/mcp-provider-mobile-web": "0.2.2",
53
53
  "@salesforce/mcp-provider-devops": "0.1.9",
54
54
  "@salesforce/mcp-provider-scale-products": "0.0.3",
55
+ "@salesforce/mcp-provider-metadata-enrichment": "0.0.2",
55
56
  "@salesforce/source-deploy-retrieve": "^12.31.7",
56
57
  "@salesforce/source-tracking": "^7.8.2",
57
58
  "@salesforce/telemetry": "6.4.1",