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

Struct BuiltinCoderPlugin

cli/plugins/builtin_coder.go:14–17  ·  view source on GitHub ↗

BuiltinCoderPlugin adapts the engine package to the Plugin interface, providing @coder functionality without requiring an external binary.

Source from the content-addressed store, hash-verified

12// BuiltinCoderPlugin adapts the engine package to the Plugin interface,
13// providing @coder functionality without requiring an external binary.
14type BuiltinCoderPlugin struct {
15 meta engine.Metadata
16 schema string
17}
18
19// NewBuiltinCoderPlugin creates a builtin @coder plugin backed by the engine package.
20func NewBuiltinCoderPlugin() *BuiltinCoderPlugin {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected