Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MiniMax-AI/cli
/ searchEndpoint
Function
searchEndpoint
src/client/endpoints.ts:33–35 ·
view source on GitHub ↗
(baseUrl: string)
Source
from the content-addressed store, hash-verified
31
}
32
33
export
function
searchEndpoint(baseUrl: string): string {
34
return
`${baseUrl}/v1/coding_plan/search`;
35
}
36
37
export
function
vlmEndpoint(baseUrl: string): string {
38
return
`${baseUrl}/v1/coding_plan/vlm`;
Callers
2
run
Function · 0.90
query
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected