feat: make dashboard metrics and run rows clickable

This commit is contained in:
Anton
2026-05-07 09:35:44 +03:00
parent e4d4271e32
commit deaecd8d3b
8 changed files with 64 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ def test_health_returns_versions():
response = client.get("/api/health")
assert response.status_code == 200
assert response.json()["backend_version"] == "0.4.0"
assert response.json()["backend_version"] == "0.4.1"
def test_mcp_requires_token_and_lists_tools():