@integrity-labs/agt-cli 0.19.9 → 0.19.11

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.
@@ -3983,7 +3983,11 @@ function buildMcpJson(input) {
3983
3983
  args: ["-y", "@integrity-labs/cloud-broker@latest"],
3984
3984
  env: {
3985
3985
  AGT_HOST: "${AGT_HOST}",
3986
- AGT_TEAM_SLUG: "${AGT_TEAM_SLUG}",
3986
+ // ENG-4739: agent_id is baked into .mcp.json at provision time
3987
+ // (literal UUID, not env-substituted). The broker sends it on
3988
+ // every call; the API derives team server-side. AGT_TEAM_SLUG
3989
+ // dropped — single-team-per-host invariant gone.
3990
+ AGT_AGENT_ID: input.agent.agent_id,
3987
3991
  AGT_API_KEY: "${AGT_API_KEY}",
3988
3992
  PATH: process.env["PATH"] ?? "",
3989
3993
  HOME: process.env["HOME"] ?? ""
@@ -4509,7 +4513,6 @@ ${sections}`
4509
4513
  args: ["-y", "@integrity-labs/cloud-broker@latest"],
4510
4514
  env: {
4511
4515
  AGT_HOST: "${AGT_HOST}",
4512
- AGT_TEAM_SLUG: "${AGT_TEAM_SLUG}",
4513
4516
  AGT_API_KEY: "${AGT_API_KEY}",
4514
4517
  PATH: process.env["PATH"] ?? "",
4515
4518
  HOME: process.env["HOME"] ?? ""
@@ -8201,4 +8204,4 @@ export {
8201
8204
  managerInstallSystemUnitCommand,
8202
8205
  managerUninstallSystemUnitCommand
8203
8206
  };
8204
- //# sourceMappingURL=chunk-GLZKMKZM.js.map
8207
+ //# sourceMappingURL=chunk-HBZL6V36.js.map