Remove cache_size from MCP docs and tests

This commit is contained in:
Steve Yegge
2025-10-28 10:50:00 -07:00
parent d52851f452
commit d2920e3701
2 changed files with 0 additions and 2 deletions

View File

@@ -214,7 +214,6 @@ class BdDaemonClient(BdClientBase):
- status: "healthy" | "degraded" | "unhealthy"
- version: daemon version string
- uptime: uptime in seconds
- cache_size: number of cached databases
- db_response_time_ms: database ping time
- active_connections: number of active connections
- memory_bytes: memory usage

View File

@@ -52,7 +52,6 @@ async def test_daemon_client_health_success():
"status": "healthy",
"version": "0.9.10",
"uptime": 123.45,
"cache_size": 5,
"db_response_time_ms": 2.5,
"active_connections": 3,
"memory_bytes": 104857600,