MCPcopy Index your code
hub / github.com/arctic-cli/interface / example.ts

File example.ts

packages/sdk/js/example/example.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createArcticClient, createArcticServer } from "@arctic-cli/sdk"
2
3const server = await createArcticServer()
4const client = createArcticClient({ baseUrl: server.url })

Callers

nothing calls this directly

Calls 6

createArcticServerFunction · 0.90
createArcticClientFunction · 0.90
pushMethod · 0.80
logMethod · 0.45
createMethod · 0.45
promptMethod · 0.45

Tested by

no test coverage detected