MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / ApiResponse

Class ApiResponse

src/codegraphcontext/api/schemas.py:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 arguments: Dict[str, Any] = Field(default_factory=dict, description="Arguments for the tool")
22
23class ApiResponse(BaseModel):
24 status: str
25 message: Optional[str] = None
26 data: Optional[Any] = None
27 error: Optional[str] = None

Callers 6

get_statusFunction · 0.85
list_toolsFunction · 0.85
call_toolFunction · 0.85
index_repositoryFunction · 0.85
execute_queryFunction · 0.85
list_repositoriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected