MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / Definition

Method Definition

internal/mcp/register.go:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (t *MCPTool) Definition() api.ToolDef { return t.Def }
28
29func (t *MCPTool) Execute(ctx context.Context, input string) (string, bool) {
30 // The Anthropic SDK gives us raw JSON for tool inputs; MCP expects an

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected