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

Class DevServerStartRequest

server/schemas.py:446–448  ·  view source on GitHub ↗

Request schema for starting the dev server.

Source from the content-addressed store, hash-verified

444
445
446class DevServerStartRequest(BaseModel):
447 """Request schema for starting the dev server."""
448 command: str | None = None # If None, uses effective command from config
449
450
451class DevServerStatus(BaseModel):

Callers 1

start_devserverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected