UNPKG

@uplinq/mcp-vitest

Version:

MCP server for Vitest with watch-mode support for fast test feedback

6 lines 261 B
import { FastMCP } from 'fastmcp'; /** * Creates and configures the FastMCP server with Vitest integration */ export declare function createVitestMCPServer(transportType?: 'stdio' | 'sse' | 'httpStream'): Promise<FastMCP>; //# sourceMappingURL=server.d.ts.map