@integrity-labs/agt-cli 0.28.576 → 0.28.578

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.
@@ -5687,12 +5687,14 @@ function resolveConnectivityProbe(input) {
5687
5687
  const remoteMcpUrl = getOAuthProvider(definitionId)?.mcpUrl ?? input.remoteMcpUrl ?? null;
5688
5688
  if (remoteMcpUrl) {
5689
5689
  const fromRegistry = Boolean(getOAuthProvider(definitionId)?.mcpUrl);
5690
+ const override = mcpOverrideFrom(input.connectivityTest);
5690
5691
  return {
5691
5692
  kind: "mcp_tools_list",
5692
5693
  sourceType: sourceType ?? "mcp_server",
5693
5694
  readOnly: true,
5694
- label: `${definitionId}: MCP tools/list`,
5695
- centralReachable: fromRegistry
5695
+ label: `${definitionId}: MCP tools/list${override.probeTool ? ` + ${override.probeTool}` : ""}`,
5696
+ centralReachable: fromRegistry,
5697
+ ...override
5696
5698
  };
5697
5699
  }
5698
5700
  switch (sourceType) {
@@ -15932,4 +15934,4 @@ export {
15932
15934
  stopAllSessionsAndWait,
15933
15935
  getProjectDir
15934
15936
  };
15935
- //# sourceMappingURL=chunk-E3KBX3UW.js.map
15937
+ //# sourceMappingURL=chunk-L24SX6LH.js.map