test: align skill catalog and migration tests with new MCP API

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-21 15:31:51 +08:00
co-authored by Claude Opus 4.6
parent 6241fb9d6d
commit 6d9237a592
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from alembic.runtime.migration import MigrationContext
from cloud.database import create_database_engine, normalize_database_url
HEAD_REVISION = "0013_task_cancellation"
HEAD_REVISION = "0014_pooled_device_mcp_busy"
class SchemaVersionError(RuntimeError):