MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / listProjects

Function listProjects

ui/src/lib/api.ts:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63// ============================================================================
64
65export async function listProjects(): Promise<ProjectSummary[]> {
66 return fetchJSON('/projects')
67}
68
69export async function createProject(
70 name: string,

Callers

nothing calls this directly

Calls 1

fetchJSONFunction · 0.85

Tested by

no test coverage detected