@tiberriver256/mcp-server-azure-devops
Version:
Azure DevOps reference server for the Model Context Protocol (MCP)
7 lines (6 loc) • 301 B
TypeScript
import { WebApi } from 'azure-devops-node-api';
import { ListCommitsOptions, ListCommitsResponse } from '../types';
/**
* List commits on a branch including their file level diffs
*/
export declare function listCommits(connection: WebApi, options: ListCommitsOptions): Promise<ListCommitsResponse>;