Documentation
¶
Overview ¶
Package audit provides audit logging for MCP tool calls.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogEntry ¶
type LogEntry struct {
Timestamp string `json:"ts"`
Agent string `json:"agent"`
Action string `json:"action"`
Path string `json:"path,omitempty"`
Field string `json:"field,omitempty"`
Transport string `json:"transport,omitempty"`
Reason string `json:"reason,omitempty"`
DurMs int64 `json:"dur_ms,omitempty"`
OK bool `json:"ok"`
}
Click to show internal directories.
Click to hide internal directories.