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

Function GET

packages/console/app/src/routes/openapi.json.ts:1–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export async function GET() {
2 const response = await fetch(
3 "https://raw.githubusercontent.com/anomalyco/opencode/refs/heads/dev/packages/sdk/openapi.json",
4 )
5 const json = await response.json()
6 return json
7}

Callers

nothing calls this directly

Calls 2

jsonMethod · 0.65
fetchFunction · 0.50

Tested by

no test coverage detected