@uplinq/mcp-vitest
Version:
MCP server for Vitest with watch-mode support for fast test feedback
11 lines • 499 B
TypeScript
import type { TransportConfig } from '../types/transport.js';
/**
* Detects and configures the appropriate transport based on environment variables
* @returns TransportConfig with the detected transport type and configuration
*/
export declare function detectTransport(): Promise<TransportConfig>;
/**
* Gets the transport type as a string for logging purposes
*/
export declare function getTransportDescription(config: TransportConfig): string;
//# sourceMappingURL=transport-detector.d.ts.map