You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
objective: Verify the Tool Search gateway E2E script keeps a large plugin-owned tool catalog behind the compact bridge while still invoking the selected plugin tool.
13
+
successCriteria:
14
+
- Direct mode exposes the fake plugin tool schemas and calls the selected plugin tool.
15
+
- Tool Search code mode exposes only the compact bridge to the provider.
16
+
- The compact bridge calls the same selected plugin tool and records bridge plus target tool mentions in session logs.
17
+
- The Tool Search request payload is smaller than direct tool exposure for the large fake catalog.
18
+
docsRefs:
19
+
- docs/tools/tool-search.md
20
+
- docs/gateway/protocol.md
21
+
- docs/concepts/qa-e2e-automation.md
22
+
codeRefs:
23
+
- scripts/tool-search-gateway-e2e.ts
24
+
- test/scripts/tool-search-gateway-e2e.test.ts
25
+
execution:
26
+
kind: script
27
+
path: scripts/tool-search-gateway-e2e.ts
28
+
summary: Script-backed gateway E2E for compact Tool Search bridge and plugin-owned tool invocation.
0 commit comments