fix tsx
This commit is contained in:
parent
f51a6a7d47
commit
bf681ddc24
@ -6,7 +6,7 @@
|
||||
import SwaggerParser from '@apidevtools/swagger-parser';
|
||||
import { OpenAPIV3 } from 'openapi-types';
|
||||
import { extractToolsFromApi } from './parser/extract-tools.js';
|
||||
import { McpToolDefinition } from './types/index.js';
|
||||
import type { McpToolDefinition } from './types/index.js';
|
||||
import { determineBaseUrl } from './utils/url.js';
|
||||
|
||||
/**
|
||||
|
||||
@ -32,7 +32,8 @@ import {
|
||||
import { CliOptions, TransportType } from './types/index.js';
|
||||
|
||||
// Export programmatic API
|
||||
export { getToolsFromOpenApi, McpToolDefinition, GetToolsOptions } from './api.js';
|
||||
export { getToolsFromOpenApi } from './api.js';
|
||||
export type { McpToolDefinition, GetToolsOptions } from './api.js';
|
||||
|
||||
// Configure CLI
|
||||
const program = new Command();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user