MCPcopy Index your code
hub / github.com/openai/plugins / module_status

Function module_status

plugins/ngs-analysis/scripts/ngs_run_utils.py:226–227  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

224
225
226def module_status(name: str) -> dict[str, Any]:
227 return {"name": name, "present": module_present(name)}
228
229
230def tool_preflight(required: list[str], optional: list[str] | None = None) -> dict[str, Any]:

Callers

nothing calls this directly

Calls 1

module_presentFunction · 0.70

Tested by

no test coverage detected