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

Class DevServerActionResponse

server/schemas.py:460–464  ·  view source on GitHub ↗

Response for dev server control actions.

Source from the content-addressed store, hash-verified

458
459
460class DevServerActionResponse(BaseModel):
461 """Response for dev server control actions."""
462 success: bool
463 status: Literal["stopped", "running", "crashed"]
464 message: str = ""
465
466
467class DevServerConfigResponse(BaseModel):

Callers 2

start_devserverFunction · 0.85
stop_devserverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected