- Add grep_app MCP configuration (https://mcp.grep.app) - Update explore agent with grep_app usage guide: - Always launch 5+ grep_app calls with query variations - Always add 2+ other search tools for verification - grep_app is fast but potentially outdated, use as starting point only - Update README.md and README.ko.md with grep_app documentation 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
export const grep_app = {
|
|
type: "remote" as const,
|
|
url: "https://mcp.grep.app",
|
|
enabled: true,
|
|
}
|