UNPKG

@nexus2520/bitbucket-mcp-server

Version:

MCP server for Bitbucket API integration - supports both Cloud and Server

6 lines 314 B
/** * Formats a comment with a code suggestion in markdown format * that Bitbucket can render as an applicable suggestion */ export declare function formatSuggestionComment(commentText: string, suggestion: string, startLine?: number, endLine?: number): string; //# sourceMappingURL=suggestion-formatter.d.ts.map