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

Function api_version

plugin/app/routes/manage.py:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 include_in_schema=False,
31)
32async def api_version():
33 return BaseSuccessDataResponse(
34 data={
35 "version": CONFIG.VERSION,
36 }
37 )
38
39
40@router.get(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected