MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / specInputToSpecUrl

Function specInputToSpecUrl

packages/plugins/openapi/src/sdk/plugin.ts:381–382  ·  view source on GitHub ↗
(spec: OpenApiSpecInput)

Source from the content-addressed store, hash-verified

379});
380
381const specInputToSpecUrl = (spec: OpenApiSpecInput): string | undefined =>
382 spec.kind === "url" ? spec.url : undefined;
383
384const OAUTH_DISCOVERED_SCHEME_NAME = "DiscoveredOAuth2";
385const OPENAPI_HTTP_METHODS = new Set([

Callers 2

addSpecFunction · 0.85
updateSpecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected