UNPKG

@tiberriver256/mcp-server-azure-devops

Version:

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

15 lines (14 loc) 480 B
export * from './types'; export * from './list-pipelines'; export * from './get-pipeline'; export * from './trigger-pipeline'; export * from './tool-definitions'; import { RequestIdentifier, RequestHandler } from '../../shared/types/request-handler'; /** * Checks if the request is for the pipelines feature */ export declare const isPipelinesRequest: RequestIdentifier; /** * Handles pipelines feature requests */ export declare const handlePipelinesRequest: RequestHandler;