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

Function getEmbeddedRuntimeError

apps/opencode-plugin/index.ts:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184function getEmbeddedRuntimeError(): string {
185 return "runtime \"embedded\" requires a Bun-hosted OpenCode plugin runtime. Use runtime \"auto\" or \"cli\" with this OpenCode host.";
186}
187
188function logPlannotatorReady(client: any, label: string, url: string): void {
189 try {

Callers 2

runPlanReviewFunction · 0.85
PlannotatorPluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected