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
Surface grep_search file-name matching + matchedByName flag (#16)
Forwards the backend matchedByName flag through the MCP response transformer and documents grep_search file-name matching. Pairs with backend#376 (closes #375).
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Once connected, you'll have access to these powerful tools:
27
27
28
28
1.**`get_data_sources`** - List your indexed repositories and workspaces
29
29
2.**`semantic_search`** - Canonical semantic search across indexed artifacts
30
-
3.**`grep_search`** - Exact text or regex search with line-level matches
30
+
3.**`grep_search`** - Exact literal or regex text search inside file content, plus literal file-name/path matching (returns files like `Form.xml` even when their content never mentions the name), with line-level previews for content matches
31
31
4.**`fetch_artifacts`** - Load the full source for relevant search hits
32
32
5.**`get_artifact_relationships`** - Expand call graph, inheritance, and reference relationships for one artifact
33
33
6.**`chat`** - Slower synthesized codebase Q&A, typically only after search
0 commit comments