@integrity-labs/agt-cli 0.28.573 → 0.28.574

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.
@@ -5684,13 +5684,15 @@ function resolveConnectivityProbe(input) {
5684
5684
  ...probeArgs ? { probeArgs } : {}
5685
5685
  };
5686
5686
  }
5687
- if (getOAuthProvider(definitionId)?.mcpUrl) {
5687
+ const remoteMcpUrl = getOAuthProvider(definitionId)?.mcpUrl ?? input.remoteMcpUrl ?? null;
5688
+ if (remoteMcpUrl) {
5689
+ const fromRegistry = Boolean(getOAuthProvider(definitionId)?.mcpUrl);
5688
5690
  return {
5689
5691
  kind: "mcp_tools_list",
5690
5692
  sourceType: sourceType ?? "mcp_server",
5691
5693
  readOnly: true,
5692
5694
  label: `${definitionId}: MCP tools/list`,
5693
- centralReachable: true
5695
+ centralReachable: fromRegistry
5694
5696
  };
5695
5697
  }
5696
5698
  switch (sourceType) {
@@ -15930,4 +15932,4 @@ export {
15930
15932
  stopAllSessionsAndWait,
15931
15933
  getProjectDir
15932
15934
  };
15933
- //# sourceMappingURL=chunk-5Z6RJ3RX.js.map
15935
+ //# sourceMappingURL=chunk-E3KBX3UW.js.map