MCPcopy
hub / github.com/steel-dev/steel-browser / OpenAPIServer

Interface OpenAPIServer

api/openapi/generate.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { env } from "../src/env.js";
4
5interface OpenAPIServer {
6 url: string;
7 description?: string;
8}
9
10interface OpenAPIDocument {
11 servers?: OpenAPIServer[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected