fix: make run rows clickable and limit dashboard runs

This commit is contained in:
Anton
2026-05-07 16:23:39 +03:00
parent c97ced52b4
commit 52c5cc1af1
6 changed files with 24 additions and 6 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.1"
assert response.json()["backend_version"] == "0.4.2"
def test_mcp_requires_token_and_lists_tools():