Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/consistent-tool-catalog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@executor-js/sdk": minor
"@executor-js/plugin-openapi": patch
"@executor-js/plugin-graphql": patch
"@executor-js/plugin-mcp": patch
---

Add bulk discovery of visible tools with self-contained input schemas, effective policies, and read-only metadata. Track catalog generations and rebuild ownership so concurrent rebuilds cannot publish a mixed catalog. Reject incomplete generations and rebuild affected connections on the next read. Keep toolkit visibility and policy decisions on one prepared snapshot.
2 changes: 2 additions & 0 deletions apps/cloud/drizzle/0018_tool_generation.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "definition" ADD COLUMN "generation" text;--> statement-breakpoint
ALTER TABLE "tool" ADD COLUMN "generation" text;
1 change: 1 addition & 0 deletions apps/cloud/drizzle/0019_connection_tools_manifest.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "connection" ADD COLUMN "tools_manifest" json;
1 change: 1 addition & 0 deletions apps/cloud/drizzle/0020_connection_tools_rebuild.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "connection" ADD COLUMN "tools_rebuild" text;
Loading
Loading