@gohcltech/bitbucket-mcp
Version:
Bitbucket integration for Claude via Model Context Protocol
21 lines • 840 B
JavaScript
/**
* @fileoverview TypeScript types for Bitbucket branch operations.
*
* This module contains TypeScript interfaces that correspond to branch-related
* entities returned by the Bitbucket API v2.0. Branches are fundamental to git
* version control and represent different lines of development within repositories.
*
* These types cover:
* - Basic branch information and commit metadata
* - Git Flow and branching model configurations
* - Branch protection rules and permissions
* - Automatic reviewer assignment configurations
*
* These types are used throughout the MCP server for:
* - Parsing Bitbucket branch API responses
* - Ensuring type safety in branch management operations
* - Supporting Git Flow workflows and branch protection
* - Managing code review automation
*/
export {};
//# sourceMappingURL=types.js.map