MCPcopy Create free account
hub / github.com/anomalyco/opencode / getInstructions

Method getInstructions

packages/opencode/test/mcp/lifecycle.test.ts:193–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 }
192
193 getInstructions() {
194 return this._state?.instructions
195 }
196
197 async listTools(params?: { cursor?: string }) {
198 if (this._state) this._state.listToolsCalls++

Callers 1

index.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected