MCPcopy
hub / github.com/openai/plugins / executable_status

Function executable_status

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

Source from the content-addressed store, hash-verified

219
220
221def executable_status(name: str) -> dict[str, Any]:
222 resolved = command_path(name)
223 return {"name": name, "present": resolved is not None, "path": resolved}
224
225
226def module_status(name: str) -> dict[str, Any]:

Callers 1

tool_preflightFunction · 0.70

Calls 1

command_pathFunction · 0.70

Tested by

no test coverage detected