McpAuditFilter
Use this to audit Model Context Protocol (MCP) events.
| This feature has Evolving interface stability. It’s subject to change without notice, even in a minor or maintenance release. |
Add an McpValidationFilter after this in a Chain to populate the McpContext required for audit events.
Usage
{
"name": string,
"type": "McpAuditFilter",
"config": {
"auditService": AuditService reference
}
}
}
Properties
"auditService": AuditService reference, optional-
The AuditService to record MCP audit events. Provide either the name of an AuditService object defined in the heap or an inline AuditService configuration object.
Default: No audit service.