MCPcopy
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
33export function searchEndpoint(baseUrl: string): string {
34 return `${baseUrl}/v1/coding_plan/search`;
35}
36
37export function vlmEndpoint(baseUrl: string): string {
38 return `${baseUrl}/v1/coding_plan/vlm`;

Callers 2

runFunction · 0.90
queryMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected