MCPcopy
hub / github.com/AstrBotDevs/AstrBot / list

Function list

dashboard/src/api/v1.ts:331–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

329 return typed<OpenConfig>(openApiV1.getConfigProfileSchema());
330 },
331 list() {
332 return typed<{ info_list: OpenConfig[] }>(openApiV1.listConfigProfiles());
333 },
334 create(payload: { name?: string | null; config?: OpenConfig | null }) {
335 return typed<{ conf_id: string }>(
336 openApiV1.createConfigProfile({

Calls 3

typedFunction · 0.85
generatedQueryFunction · 0.85
generatedOptionsFunction · 0.85