MCPcopy
hub / github.com/Fosowl/agenticSeek / is_active

Function is_active

api.py:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170
171@api.get("/is_active")
172async def is_active():
173 logger.info("Is active endpoint called")
174 return {"is_active": interaction.is_active}
175
176@api.get("/stop")
177async def stop():

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected