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

Class ProjectConfig

server/services/project_config.py:58–63  ·  view source on GitHub ↗

Full project configuration response.

Source from the content-addressed store, hash-verified

56
57
58class ProjectConfig(TypedDict):
59 """Full project configuration response."""
60 detected_type: str | None
61 detected_command: str | None
62 custom_command: str | None
63 effective_command: str | None
64
65
66# =============================================================================

Callers 1

get_project_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected