MCPcopy Create free account
hub / github.com/diillson/chatcli / BuiltinWebFetchPlugin

Struct BuiltinWebFetchPlugin

cli/plugins/builtin_webfetch.go:46–46  ·  view source on GitHub ↗

BuiltinWebFetchPlugin provides web page fetching functionality.

Source from the content-addressed store, hash-verified

44
45// BuiltinWebFetchPlugin provides web page fetching functionality.
46type BuiltinWebFetchPlugin struct{}
47
48func NewBuiltinWebFetchPlugin() *BuiltinWebFetchPlugin {
49 return &BuiltinWebFetchPlugin{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected