libtmux_mcp.middleware.AuditMiddleware
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Bases:
- Middleware
Emit a structured log record per tool invocation.
Records carry: tool name, outcome (ok/error), duration in ms, error type on failure, the fastmcp client_id / request_id when available, and a redacted argument summary. The logger name is
libtmux_mcp.auditby default so operators can route it independently (e.g. to a JSON file) without touching the modulelibtmux_mcplogger.
Members
- on_call_tool ( self , context : MiddlewareContext , call_next : t.Any ) t.Any
-
Wrap the tool call with a timer and emit one audit record.