Expose ITAM devices on MCP, CLI, and n8n

Devices were only available through GraphQL and the agent API. Add
list/get/revoke/delete/set-owner across MCP, prb, and n8n, with latest
postures nested on list and get responses.

Signed-off-by: Ludovic Vielle <ludovic@probo.com>
This commit is contained in:
Ludovic Vielle
2026-07-30 18:20:09 +02:00
parent 36e038f5ff
commit 62e65eccda
26 changed files with 2548 additions and 3 deletions

View File

@@ -245,6 +245,7 @@ func NewServer(cfg Config) (*Server, error) {
cfg.AccessReview,
cfg.CookieBanner,
cfg.RiskManagement,
cfg.ITAM,
cfg.TokenSecret,
cfg.File,
cfg.BaseURL,