Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .agents/tools/context/mcp-discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ npx mcporter call context7.resolve-library-id libraryName=react

| MCP | Subagent | Notes |
|-----|----------|-------|
| `grep_app` / `gh_grep` | `@github-search` | CLI-based, zero tokens |
| `grep_app` / `gh_grep` | `@github-search` | For GitHub code search (no MCP used) |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While the new description is clearer about the purpose of gh_grep, it removes the 'CLI-based, zero tokens' information from the previous version. This information is valuable for users to understand how the tool operates and its (zero) cost in terms of token usage. Consider combining both pieces of information for a more complete description.

Suggested change
| `grep_app` / `gh_grep` | `@github-search` | For GitHub code search (no MCP used) |
| `grep_app` / `gh_grep` | `@github-search` | For GitHub code search (CLI-based, zero tokens, no MCP used) |


**Primary search**: `rg`/`fd` (local, instant). Use `@augment-context-engine` for semantic search.

Expand Down
Loading