UNPKG

@orengrinker/jira-mcp-server

Version:

A comprehensive Model Context Protocol server for Jira integration with issue management, board operations, time tracking, and project management capabilities

8 lines (7 loc) 486 B
export declare function formatMarkdownTable(headers: string[], rows: string[][]): string; export declare function formatDuration(seconds: number): string; export declare function formatFileSize(bytes: number): string; export declare function escapeMarkdown(text: string): string; export declare function truncateText(text: string, maxLength: number): string; export declare function formatJQLQuery(jql: string): string; export declare function parseTimeString(timeStr: string): number;