MCPcopy
hub / github.com/anomalyco/opencode / initialize

Method initialize

packages/opencode/src/acp/agent.ts:35–37  ·  view source on GitHub ↗
(params: InitializeRequest)

Source from the content-addressed store, hash-verified

33 constructor(private readonly service: ACPService.Interface) {}
34
35 initialize(params: InitializeRequest) {
36 return run(this.service.initialize(params))
37 }
38
39 authenticate(params: AuthenticateRequest) {
40 return run(this.service.authenticate(params))

Callers 11

index.tsFile · 0.80
initLoggingFunction · 0.80
servers.test.tsFile · 0.80
index.test.tsFile · 0.80
builtins.test.tsFile · 0.80
registry.test.tsFile · 0.80
context-epoch.tsFile · 0.80
llm.tsFile · 0.80
createPoolFunction · 0.80

Calls 1

runFunction · 0.70

Tested by

no test coverage detected