Expand KOC LOOP MCP operations

This commit is contained in:
巫凤萍
2026-08-07 14:12:52 +08:00
parent 1a9a113229
commit 5670a7939b
15 changed files with 2426 additions and 24 deletions

View File

@@ -0,0 +1,9 @@
CREATE TABLE `mcp_export_tokens` (
`token_hash` text PRIMARY KEY NOT NULL,
`kind` text NOT NULL,
`payload` text NOT NULL,
`expires_at` text NOT NULL,
`created_at` text DEFAULT CURRENT_TIMESTAMP NOT NULL
);
--> statement-breakpoint
CREATE INDEX `mcp_export_tokens_expires_at_idx` ON `mcp_export_tokens` (`expires_at`);

File diff suppressed because it is too large Load Diff

View File

@@ -57,6 +57,13 @@
"when": 1786069402457,
"tag": "0007_fantastic_sentinels",
"breakpoints": true
},
{
"idx": 8,
"version": "6",
"when": 1786082929799,
"tag": "0008_worried_ultimatum",
"breakpoints": true
}
]
}