Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
func
encodeMCPToolOutput(data any) any {
14
return
encodeMCPValue(data)
15
}
16
17
func
encodeMCPValue(data any) any {
18
if
data == nil {
Callers
5
registerMCPKeyTools
Function · 0.85
registerMCPSpaceTools
Function · 0.85
registerMCPLibraryTools
Function · 0.85
registerMCPFileTools
Function · 0.85
registerMCPBatchUploadTools
Function · 0.85
Calls
1
encodeMCPValue
Function · 0.85
Tested by
no test coverage detected