MCPcopy Index your code
hub / github.com/anomalyco/opencode / makeHttpNoLLMServer

Function makeHttpNoLLMServer

packages/opencode/test/session/prompt.test.ts:238–240  ·  view source on GitHub ↗
(input?: { mcpInstructions?: MCP.ServerInstructions[]; processor?: "blocking" })

Source from the content-addressed store, hash-verified

236}
237
238function makeHttpNoLLMServer(input?: { mcpInstructions?: MCP.ServerInstructions[]; processor?: "blocking" }) {
239 return makePrompt(input)
240}
241
242const it = testEffect(makeHttp())
243const noLLMServer = testEffect(makeHttpNoLLMServer())

Callers 1

prompt.test.tsFile · 0.85

Calls 1

makePromptFunction · 0.85

Tested by

no test coverage detected