MCPcopy
hub / github.com/geekjourneyx/md2wechat-skill / responseSuccessWith

Function responseSuccessWith

cmd/md2wechat/main.go:474–484  ·  view source on GitHub ↗
(code, message string, data any)

Source from the content-addressed store, hash-verified

472}
473
474func responseSuccessWith(code, message string, data any) {
475 responseWith(cliResponse{
476 Success: true,
477 Code: code,
478 Message: message,
479 SchemaVersion: action.SchemaVersion,
480 Status: action.StatusCompleted,
481 Retryable: false,
482 Data: data,
483 })
484}
485
486func responseActionRequiredWith(code, message string, data any) {
487 responseWith(cliResponse{

Callers 15

preview.goFile · 0.85
runConvertFunction · 0.85
test_draft.goFile · 0.85
runBrandInitFunction · 0.85
runBrandShowFunction · 0.85
inspect.goFile · 0.85
skills.goFile · 0.85
runCapabilitiesFunction · 0.85
discovery.goFile · 0.85
doctor.goFile · 0.85

Calls 1

responseWithFunction · 0.85

Tested by 1