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
|`/.api/mcp/all`| Full suite of Sourcegraph tools |
44
+
|`/.api/mcp/deepsearch`| Deep Search agent |
44
45
45
46
Example URL:
46
47
@@ -264,6 +265,17 @@ Semantic search with flexible linguistic matching.
264
265
265
266
**Features:** Flexible linguistic matching, stemming, broader results than keyword search
266
267
268
+
#### `evaluator`
269
+
270
+
Run sandboxed Lua scripts for aggregation, cross-referencing, and computation over search results.
271
+
272
+
**Parameters:**
273
+
274
+
-`script` - Lua script to execute against Sourcegraph search results (required)
275
+
276
+
**Use cases:** Counting or aggregating many search matches, cross-referencing multiple searches, transforming or combining search output with custom logic
0 commit comments