fix: use direct onclick handlers for run rows

This commit is contained in:
Anton
2026-05-07 18:23:14 +03:00
parent 8e004c46ef
commit ac319b3ee5
5 changed files with 12 additions and 8 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.3"
assert response.json()["backend_version"] == "0.4.4"
def test_mcp_requires_token_and_lists_tools():