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

Class PluginListResponse

plugin/app/routes/plugin.py:24–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class PluginListResponse(BaseModel):
25 status: str = Field(
26 "success",
27 Literal="success",
28 description="The status of the response.",
29 )
30 data: List[Dict] = Field(
31 ...,
32 description="The list of Plugins.",
33 # todo: add examples
34 )
35
36
37@router.get(

Callers 1

api_list_pluginsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected