MCPcopy Create free account
hub / github.com/53AI/53AIHub / encodeMCPToolOutput

Function encodeMCPToolOutput

api/controller/mcp_output.go:13–15  ·  view source on GitHub ↗
(data any)

Source from the content-addressed store, hash-verified

11)
12
13func encodeMCPToolOutput(data any) any {
14 return encodeMCPValue(data)
15}
16
17func encodeMCPValue(data any) any {
18 if data == nil {

Callers 5

registerMCPKeyToolsFunction · 0.85
registerMCPSpaceToolsFunction · 0.85
registerMCPLibraryToolsFunction · 0.85
registerMCPFileToolsFunction · 0.85

Calls 1

encodeMCPValueFunction · 0.85

Tested by

no test coverage detected