MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / AuthStartRequest

Class AuthStartRequest

src/models.py:356–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354
355
356class AuthStartRequest(BaseModel):
357 project_id: Optional[str] = None # 现在是可选的
358 mode: Optional[str] = "geminicli" # 凭证模式: geminicli 或 antigravity
359
360
361class AuthCallbackRequest(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected