@gohcltech/bitbucket-mcp
Version:
Bitbucket integration for Claude via Model Context Protocol
22 lines • 910 B
JavaScript
/**
* @fileoverview TypeScript types for Bitbucket pull request operations.
*
* This module contains TypeScript interfaces that correspond to pull request-related
* entities returned by the Bitbucket API v2.0. Pull requests are central to the
* code review and collaboration workflow in Bitbucket, enabling teams to review
* and discuss changes before merging them into target branches.
*
* These types cover:
* - Pull request metadata and state information
* - Source and destination branch details
* - Comment and discussion entities
* - Author and reviewer information
*
* These types are used throughout the MCP server for:
* - Parsing Bitbucket pull request API responses
* - Ensuring type safety in code review operations
* - Supporting pull request creation and management workflows
* - Managing discussions and feedback on code changes
*/
export {};
//# sourceMappingURL=types.js.map