Remove cache_size from MCP docs and tests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user