MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / createWeixinServeCodexGoalManager

Function createWeixinServeCodexGoalManager

src/cli.ts:980–984  ·  view source on GitHub ↗
(stateDir: string)

Source from the content-addressed store, hash-verified

978}
979
980function createWeixinServeCodexGoalManager(stateDir: string) {
981 return new CodexGoalManager({
982 filePath: path.join(path.resolve(stateDir), 'runtime', 'codex-goal.txt'),
983 });
984}
985
986async function stopRuntimeProviderPlugins(providerPlugins: any[]) {
987 await Promise.allSettled(providerPlugins.map((plugin) => plugin?.stop?.()));

Callers 3

runWeixinServeFunction · 0.85
runCodexNativeApiServeFunction · 0.85

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected