UNPKG

@tiberriver256/mcp-server-azure-devops

Version:

Azure DevOps reference server for the Model Context Protocol (MCP)

14 lines (13 loc) 403 B
import { WebApi } from 'azure-devops-node-api'; /** * Creates a WebApi connection for tests with real credentials * * @returns WebApi connection */ export declare function getTestConnection(): Promise<WebApi | null>; /** * Determines if integration tests should be skipped * * @returns true if integration tests should be skipped */ export declare function shouldSkipIntegrationTest(): boolean;