MCPcopy Create free account
hub / github.com/openai/plugins / loadPluginManifest

Function loadPluginManifest

plugins/plugin-eval/src/core/target.js:86–89  ·  view source on GitHub ↗
(pluginRoot)

Source from the content-addressed store, hash-verified

84}
85
86export async function loadPluginManifest(pluginRoot) {
87 const manifestPath = path.join(pluginRoot, ".codex-plugin", "plugin.json");
88 return readJson(manifestPath);
89}

Callers

nothing calls this directly

Calls 1

readJsonFunction · 0.90

Tested by

no test coverage detected