| 50 | } |
| 51 | |
| 52 | int cbm_mcp_max_depth(void) { |
| 53 | /* 15 — ceiling for client-driven MCP graph traversals (trace_call_path, |
| 54 | * detect_changes); the caller's `depth` is WARN-clamped to this. */ |
| 55 | return env_positive_int("CBM_MCP_MAX_DEPTH", 15); |
| 56 | } |
no test coverage detected