/** * MCP Server for OpenAPI-defined APIs * * This server exposes pre-processed OpenAPI endpoints as MCP resources and provides * a tool for making authenticated HTTP requests to any endpoint. * * This is the legacy standalone server. Consider using http.ts or stdio.ts instead. */ export {}; //# sourceMappingURL=index.d.ts.map