@salesforce/sfdx-agent-sdk 0.13.0 → 0.14.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.
@@ -122,10 +122,12 @@ export type McpServerDiscoveryFailedEvent = Base<'mcp-server-discovery-failed'>
122
122
  * then on success `Reconnecting → Connected`, or on failure
123
123
  * `Reconnecting → Error`.
124
124
  *
125
- * Emitted by the Mastra harness today. The Claude harness emits it through
126
- * the per-server discovery telemetry triple (started completed/failed) but
127
- * not as a standalone transition event both harnesses converge on the same
128
- * `McpServerInfo[]` shape via `getMcpServerInfo()`.
125
+ * Both the Mastra and Claude harnesses emit this on every per-server
126
+ * `McpServerStatus` transition they observe (initial discovery success /
127
+ * failure, reconnect entry, reconnect outcome). Mid-session transport drops
128
+ * on a `Connected` server are not observable on either harness's underlying
129
+ * SDK between turns; the next operation that touches the server discovers
130
+ * the drop and emits the transition then.
129
131
  */
130
132
  export type McpServerStatusChangedEvent = Base<'mcp-server-status-changed'> & {
131
133
  agentId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/sfdx-agent-sdk",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Harness-agnostic agentic infrastructure for Salesforce developer experience tooling",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,12 +36,12 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@salesforce/agentic-common": "0.6.0",
39
- "@salesforce/llm-gateway-sdk": "0.9.0"
39
+ "@salesforce/llm-gateway-sdk": "0.10.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@eslint/js": "^10.0.1",
43
- "@salesforce/sfdx-agent-harness-claude": "0.9.0",
44
- "@salesforce/sfdx-agent-harness-mastra": "0.12.0",
43
+ "@salesforce/sfdx-agent-harness-claude": "0.10.0",
44
+ "@salesforce/sfdx-agent-harness-mastra": "0.13.0",
45
45
  "@types/node": "^22.19.17",
46
46
  "@vitest/coverage-istanbul": "^4.1.7",
47
47
  "@vitest/eslint-plugin": "^1.6.17",