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

Function specInputToSpecUrl

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

Source from the content-addressed store, hash-verified

413});
414
415const specInputToSpecUrl = (spec: OpenApiSpecInput): string | undefined =>
416 spec.kind === "url" ? spec.url : undefined;
417
418const OAUTH_DISCOVERED_SCHEME_NAME = "DiscoveredOAuth2";
419const OPENAPI_HTTP_METHODS = new Set([

Callers 2

addSpecFunction · 0.85
updateSpecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected