UNPKG

@ithena-one/mcp-governance

Version:

Governance layer (Identity, RBAC, Credentials, Audit, Logging, Tracing) for Model Context Protocol (MCP) servers.

5 lines (4 loc) 373 B
import { AuditRecord } from '../types.js'; import { JSONRPCResponse, JSONRPCError } from '@modelcontextprotocol/sdk/types.js'; /** Builds the complete AuditRecord['outcome'] object */ export declare function buildAuditOutcome(status: AuditRecord['outcome']['status'], error: Error | unknown | null, response: JSONRPCResponse | JSONRPCError | null): AuditRecord['outcome'];