MCPcopy Create free account
hub / github.com/backnotprop/plannotator / loadPlanServer

Function loadPlanServer

apps/opencode-plugin/embedded.ts:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21async function loadPlanServer() {
22 recoverNativeFetchConstructors();
23 return await import("@plannotator/server");
24}
25
26async function loadCommandHandlers() {
27 recoverNativeFetchConstructors();

Callers 1

runEmbeddedPlanReviewFunction · 0.85

Calls 1

Tested by

no test coverage detected