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:
@@ -29,6 +29,7 @@ import * as cookieCategory from './cookieCategory';
|
||||
import * as cookieConsentRecord from './cookieConsentRecord';
|
||||
import * as trackerPattern from './trackerPattern';
|
||||
import * as datum from './datum';
|
||||
import * as device from './device';
|
||||
import * as document from './document';
|
||||
import * as dpia from './dpia';
|
||||
import * as evidence from './evidence';
|
||||
@@ -73,6 +74,7 @@ export const resources: Record<string, ResourceModule> = {
|
||||
cookieConsentRecord: cookieConsentRecord as ResourceModule,
|
||||
trackerPattern: trackerPattern as ResourceModule,
|
||||
datum: datum as ResourceModule,
|
||||
device: device as ResourceModule,
|
||||
document: document as ResourceModule,
|
||||
dpia: dpia as ResourceModule,
|
||||
evidence: evidence as ResourceModule,
|
||||
|
||||
Reference in New Issue
Block a user