Skip to content

Commit 1a5759e

Browse files
committed
feat(backend): add instance path and token generation utilities
1 parent f6fa17f commit 1a5759e

File tree

5 files changed

+6692
-0
lines changed

5 files changed

+6692
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE "mcpServerInstances" ADD COLUMN "instance_path" text;--> statement-breakpoint
2+
ALTER TABLE "mcpServerInstances" ADD COLUMN "instance_token" text;--> statement-breakpoint
3+
CREATE UNIQUE INDEX "mcp_instances_instance_path_idx" ON "mcpServerInstances" USING btree ("instance_path");

0 commit comments

Comments
 (0)