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

Class ProjectDetail

server/schemas.py:51–58  ·  view source on GitHub ↗

Detailed project information.

Source from the content-addressed store, hash-verified

49
50
51class ProjectDetail(BaseModel):
52 """Detailed project information."""
53 name: str
54 path: str
55 has_spec: bool
56 stats: ProjectStats
57 prompts_dir: str
58 default_concurrency: int = 3
59
60
61class ProjectPrompts(BaseModel):

Callers 2

get_projectFunction · 0.50
update_project_settingsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected