MCPcopy Create free account
hub / github.com/AutoForgeAI/autoforge / ProjectSummary

Class ProjectSummary

server/schemas.py:42–48  ·  view source on GitHub ↗

Summary of a project for list view.

Source from the content-addressed store, hash-verified

40
41
42class ProjectSummary(BaseModel):
43 """Summary of a project for list view."""
44 name: str
45 path: str
46 has_spec: bool
47 stats: ProjectStats
48 default_concurrency: int = 3
49
50
51class ProjectDetail(BaseModel):

Callers 2

list_projectsFunction · 0.50
create_projectFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected