@gohcltech/bitbucket-mcp
Version:
Bitbucket integration for Claude via Model Context Protocol
23 lines • 879 B
JavaScript
/**
* @fileoverview TypeScript types for Bitbucket commit operations.
*
* This module contains TypeScript interfaces that correspond to commit-related
* entities returned by the Bitbucket API v2.0. Commits represent individual
* changes to the repository, containing metadata about what changed, who made
* the change, and when it was made.
*
* These types cover:
* - Individual commit information and metadata
* - Commit diffs showing file changes
* - Author information and attribution
* - Parent commit relationships
* - Links to related resources and views
*
* These types are used throughout the MCP server for:
* - Parsing Bitbucket commit API responses
* - Ensuring type safety in commit analysis operations
* - Supporting commit history and diff viewing
* - Managing code change tracking and attribution
*/
export {};
//# sourceMappingURL=types.js.map