MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / publish

Method publish

cli/src/utils/codebuff-api.ts:194–194  ·  view source on GitHub ↗

Publish agents via /api/agents/publish

(
    data: Record<string, unknown>[],
    allLocalAgentIds?: string[],
  )

Source from the content-addressed store, hash-verified

192
193 /** Publish agents via /api/agents/publish */
194 publish(
195 data: Record<string, unknown>[],
196 allLocalAgentIds?: string[],
197 ): Promise<ApiResponse<PublishAgentsResponse>>

Callers 1

publishAgentTemplatesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected