fix: move run navigation from id link to table row

This commit is contained in:
Anton
2026-05-07 17:03:36 +03:00
parent 1c4ad0bd9d
commit 7fa28e8e47
6 changed files with 31 additions and 9 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.2"
assert response.json()["backend_version"] == "0.4.3"
def test_mcp_requires_token_and_lists_tools():