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

Function model

packages/opencode/test/acp/session.test.ts:13–16  ·  view source on GitHub ↗
(providerID: string, modelID: string)

Source from the content-addressed store, hash-verified

11const sessionTest = testEffect(LayerNode.compile(ACPSession.node))
12
13const model = (providerID: string, modelID: string): ACPSession.SelectedModel => ({
14 providerID: ProviderV2.ID.make(providerID),
15 modelID: ModelV2.ID.make(modelID),
16})
17
18const mcpServer: McpServer = {
19 name: "local-tools",

Callers 1

session.test.tsFile · 0.70

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected