MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / BundleListResponse

Class BundleListResponse

plugin/app/routes/bundle.py:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class BundleListResponse(BaseModel):
19 status: str = Field(
20 "success",
21 Literal="success",
22 description="The status of the response.",
23 )
24 data: List[Dict] = Field(
25 ...,
26 description="The list of bundles.",
27 )
28
29
30@router.get(

Callers 1

api_list_providersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected