UNPKG

@tiberriver256/mcp-server-azure-devops

Version:

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

14 lines (13 loc) 404 B
import { AzureDevOpsConfig } from '../../../shared/types'; /** * Creates test configuration for Azure DevOps tests * * @returns Azure DevOps config */ export declare function getTestConfig(): AzureDevOpsConfig | null; /** * Determines if integration tests should be skipped * * @returns true if integration tests should be skipped */ export declare function shouldSkipIntegrationTest(): boolean;