MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / Error

Method Error

mcp/client.go:49–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func (e McpError) Error() string {
50 if e.Data != nil {
51 return fmt.Sprintf("[%d] %s (data: %v)", e.Code, e.Message, e.Data)
52 }
53 return fmt.Sprintf("[%d] %s", e.Code, e.Message)
54}
55
56type McpClient struct {
57 config McpServerConfig

Callers 15

ExecuteMethod · 0.45
executeBackgroundMethod · 0.45
runArgvCommandFunction · 0.45
runTaskMethod · 0.45
handleWSMethod · 0.45
dispatchResultMethod · 0.45
toRPCErrorFunction · 0.45
RunShellCommandFunction · 0.45
runCaseFunction · 0.45
runOfficialHarnessFunction · 0.45

Calls

no outgoing calls