MCPcopy Create free account
hub / github.com/astercloud/aster / GrepTool

Struct GrepTool

pkg/tools/builtin/grep.go:18–18  ·  view source on GitHub ↗

GrepTool 增强的内容搜索工具 支持正则表达式内容搜索功能

Source from the content-addressed store, hash-verified

16// GrepTool 增强的内容搜索工具
17// 支持正则表达式内容搜索功能
18type GrepTool struct{}
19
20// NewGrepTool 创建Grep工具
21func NewGrepTool(config map[string]any) (tools.Tool, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected