@integrity-labs/agt-cli 0.28.511 → 0.28.513

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.
@@ -12,7 +12,6 @@ import {
12
12
  RESTART_BREAKER_PROVISIONING_WINDOW_MS,
13
13
  bestConnectivityEvidence,
14
14
  buildForwardHeaders,
15
- buildHostBrokeredRemoteMcpEntry,
16
15
  buildIntegrationsSection,
17
16
  buildLiveHeaderRemoteMcpProxyEntry,
18
17
  buildNativeMcpEntry,
@@ -43,7 +42,7 @@ import {
43
42
  resolveConnectivityProbe,
44
43
  worseConnectivityOutcome,
45
44
  wrapScheduledTaskPrompt
46
- } from "./chunk-OQBHTDWK.js";
45
+ } from "./chunk-MDEA3PIS.js";
47
46
  import {
48
47
  parsePsRows
49
48
  } from "./chunk-XWVM4KPK.js";
@@ -3495,10 +3494,6 @@ function buildMcpJson(input) {
3495
3494
  }
3496
3495
  };
3497
3496
  }
3498
- const hasHiggsfield = input.integrations?.some((i) => i.definition_id === "higgsfield");
3499
- if (hasHiggsfield) {
3500
- mcpServers["higgsfield"] = buildHostBrokeredRemoteMcpEntry("https://mcp.higgsfield.ai/mcp");
3501
- }
3502
3497
  if (hasXeroBroker) {
3503
3498
  mcpServers["xero-broker"] = {
3504
3499
  command: "npx",
@@ -4700,13 +4695,6 @@ ${sections}`
4700
4695
  });
4701
4696
  }
4702
4697
  }
4703
- const hasHiggsfield = integrations.some((i) => i.definition_id === "higgsfield");
4704
- if (hasHiggsfield) {
4705
- this.writeMcpServer(codeName, "higgsfield", {
4706
- url: "https://mcp.higgsfield.ai/mcp",
4707
- type: "http"
4708
- });
4709
- }
4710
4698
  if (hasXeroBroker) {
4711
4699
  const brokerAgentId = resolveBrokerAgentId(codeName);
4712
4700
  if (!brokerAgentId) {
@@ -4802,6 +4790,21 @@ ${sections}`
4802
4790
  // Direct HTTP ones at once. Inert on a host that never had the MCP
4803
4791
  // variant; keep until the fleet has refreshed past the retirement.
4804
4792
  "vercel",
4793
+ // ENG-8440 retirement tombstone — identical reasoning to 'vercel'
4794
+ // above. Higgsfield moved from a host-brokered remote MCP
4795
+ // (`https://mcp.higgsfield.ai/mcp`) to an api_key Direct HTTP
4796
+ // integration, so it no longer writes an entry and no longer appears in
4797
+ // `registryRemoteMcpKeys`. It was never in that set to begin with — its
4798
+ // entry came from a hardcoded branch in buildMcpJson/writeIntegrations
4799
+ // rather than a registry `remoteMcp` spec — so removing those branches
4800
+ // alone leaves every host that installed it holding a `higgsfield`
4801
+ // server in `.mcp.json` that nothing declares and nothing can prune.
4802
+ // Worse than dead weight: the stored Claude Code OAuth grant is still
4803
+ // valid, so those agents would keep the retired MCP tools alongside the
4804
+ // new Direct HTTP ones and could call either. Inert on a host that
4805
+ // never had the MCP variant; keep until the fleet has refreshed past
4806
+ // the retirement.
4807
+ "higgsfield",
4805
4808
  ...nativeMcpKeys,
4806
4809
  ...registryRemoteMcpKeys,
4807
4810
  ...Object.entries(OAUTH_PROVIDERS).filter(([, provider]) => Boolean(provider.mcpUrl)).map(([id]) => id)
@@ -5314,7 +5317,7 @@ function exchangeFailureKind(err) {
5314
5317
  }
5315
5318
 
5316
5319
  // src/lib/api-client.ts
5317
- var agtCliVersion = true ? "0.28.511" : "dev";
5320
+ var agtCliVersion = true ? "0.28.513" : "dev";
5318
5321
  var lastConfigHash = null;
5319
5322
  function setConfigHash(hash) {
5320
5323
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -8620,4 +8623,4 @@ export {
8620
8623
  managerInstallSystemUnitCommand,
8621
8624
  managerUninstallSystemUnitCommand
8622
8625
  };
8623
- //# sourceMappingURL=chunk-I3DZ3LI5.js.map
8626
+ //# sourceMappingURL=chunk-PZ3RIMNA.js.map