@salesforce/sfdx-agent-sdk 0.51.0 → 0.53.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,6 +40,12 @@ export var McpServerStatus;
40
40
  * strings round-trip; `headers` (key-order-insensitive); `timeout`,
41
41
  * `reconnectionOptions` (field-wise).
42
42
  *
43
+ * This predicate compares only the serializable {@link MCPServerConfig}. A
44
+ * server's OAuth `authProvider` is NOT part of the config (it is a runtime
45
+ * binding supplied per-agent via `mcpAuthProviderResolver`); a harness cycles
46
+ * a server when this predicate fails OR its applied provider reference
47
+ * changed. See each harness's `updateAgent` diff.
48
+ *
43
49
  * Two configs that pass this predicate but produce different runtime tools
44
50
  * (e.g. an upstream stdio server whose binary was overwritten on disk) are
45
51
  * NOT detected here — the predicate compares declared config, not runtime
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/sfdx-agent-sdk",
3
- "version": "0.51.0",
3
+ "version": "0.53.0",
4
4
  "description": "Harness-agnostic agentic infrastructure for Salesforce developer experience tooling",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -47,9 +47,9 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@eslint/js": "^10.0.1",
50
- "@salesforce/sfdx-agent-harness-claude": "0.47.0",
51
- "@salesforce/sfdx-agent-harness-mastra": "0.50.0",
52
- "@salesforce/sfdx-agent-harness-openai": "0.16.0",
50
+ "@salesforce/sfdx-agent-harness-claude": "0.49.0",
51
+ "@salesforce/sfdx-agent-harness-mastra": "0.52.0",
52
+ "@salesforce/sfdx-agent-harness-openai": "0.18.0",
53
53
  "@types/node": "^22.20.1",
54
54
  "@vitest/coverage-istanbul": "^4.1.10",
55
55
  "@vitest/eslint-plugin": "^1.6.26",