MCPcopy
hub / github.com/headroomlabs-ai/headroom / HeadroomOpenCodePluginOptions

Interface HeadroomOpenCodePluginOptions

plugins/opencode/src/plugin.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { installHeadroomTransport } from "./transport.js";
7
8export interface HeadroomOpenCodePluginOptions {
9 proxyUrl?: string;
10 project?: string;
11 backend?: string;
12 debug?: boolean;
13}
14
15function normalizeProxyUrl(url: string): string {
16 return url.replace(/\/+$/, "");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected