Bug
The organization profile page displays "Register an agent to start integrating" even when the org already has registered agents in the dashboard.
Observed behavior:
- Org page shows empty state CTA: "Register an agent to start integrating"
- Agent
https://adcp-signals-adaptor.evgeny-193.workers.dev/mcp is registered and visible in /dashboard/agents
Expected behavior:
- Org page should show the registered agent(s) when they exist and are set to Public visibility
- Empty state CTA should only appear when the org genuinely has no registered agents
Likely cause:
- Org page may not be querying the agent registry, or filtering out agents whose comply cache is stale / degraded
- Related to stale comply cache bug (re-runner not firing) filed separately
Suggested fix:
- Org page should query registered agents for the org and display them regardless of comply status
- Decouple agent visibility on org page from comply cache state
Bug
The organization profile page displays "Register an agent to start integrating" even when the org already has registered agents in the dashboard.
Observed behavior:
https://adcp-signals-adaptor.evgeny-193.workers.dev/mcpis registered and visible in/dashboard/agentsExpected behavior:
Likely cause:
Suggested fix: