MCPcopy
hub / github.com/eigent-ai/eigent / get

Function get

server/app/api/demo_controller.py:26–27  ·  view source on GitHub ↗
(user=Depends(auth_optional))

Source from the content-addressed store, hash-verified

24
25@router.get("/demo")
26def get(user=Depends(auth_optional)):
27 return {"message": user.id if user else _("no auth"), "content": _("hello")}

Callers 15

projectStore.tsFile · 0.50
computedProgressValueFunction · 0.50
removeTaskFunction · 0.50
stopTaskFunction · 0.50
chatStoreFunction · 0.50
onmessageFunction · 0.50
onopenFunction · 0.50
setTaskRunningFunction · 0.50
setLatestPlanConfirmedFunction · 0.50
addTaskInfoFunction · 0.50
addTerminalFunction · 0.50
addFileListFunction · 0.50

Calls 1

_Class · 0.85

Tested by

no test coverage detected