1 2 3 4 5 6
import type { ServerApi } from "../types.js" export const api: ServerApi = { name: "opencode", groups: [], }