UNPKG

@aashari/mcp-server-atlassian-bitbucket

Version:

Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MC

11 lines (10 loc) 258 B
import { Command } from 'commander'; /** * Register diff-related CLI commands * @param program - Commander instance */ declare function register(program: Command): void; declare const _default: { register: typeof register; }; export default _default;