|
Option C Tools
|
Go to the source code of this file.
Classes | |
| class | oct.mcp.audit.McpAuditRecord |
| class | oct.mcp.audit.McpAuditLogger |
Namespaces | |
| namespace | oct |
| namespace | oct.mcp |
| namespace | oct.mcp.audit |
Functions | |
| None | oct.mcp.audit._dbg (*args, **kwargs) |
| str | oct.mcp.audit._utc_now_iso () |
| str | oct.mcp.audit._hash_project_root (Path project_root) |
Variables | |
| int | oct.mcp.audit.MCP_AUDIT_MAX_FILES = 20 |
| int | oct.mcp.audit.MCP_AUDIT_MAX_SIZE_BYTES = 5 * 1024 * 1024 |
| str | oct.mcp.audit._AUDIT_TS_FORMAT = "%Y%m%d-%H%M%S" |
| str | oct.mcp.audit._AUDIT_FILENAME_PREFIX = "mcp-audit-" |
| str | oct.mcp.audit._AUDIT_FILENAME_SUFFIX = ".jsonl" |
| str | oct.mcp.audit._AUDIT_GLOB = f"{_AUDIT_FILENAME_PREFIX}*{_AUDIT_FILENAME_SUFFIX}" |
| Path | oct.mcp.audit._DEFAULT_AUDIT_DIR = Path.home() / ".oct-mcp" |
| str | oct.mcp.audit._DEFAULT_AUDIT_FILENAME = "audit.log" |