proxy.proto
Defines the proxy’s interception layer: message capture, policy decision output, and the gRPC service for audit queries.InterceptedMessage
Normalized JSON-RPC intercept from the proxy layer.PolicyDecision
Result of policy evaluation against an intercepted message.gRPC Service: QuintProxyService
QueryAuditLog
Query audit entries by server, tool, verdict, and time range.VerifyAuditLog
Verify signature chain integrity for audit entries.GetStatus
Proxy health and configuration status.The gRPC service is designed for future daemon mode. Currently the proxy operates via stdio-based interception.