UNPKG

@gohcltech/bitbucket-mcp

Version:

Bitbucket integration for Claude via Model Context Protocol

19 lines 816 B
#!/usr/bin/env node /** * @fileoverview Main entry point for the Bitbucket MCP (Model Context Protocol) Server. * * This file orchestrates the initialization and management of a full-featured MCP server * that enables Claude to interact with Bitbucket repositories through a standardized interface. * The server provides comprehensive token-based authentication, rate limiting, error handling, * and modular tool architecture for Bitbucket operations. * * Key features: * - Token-based authentication (API Token or Repository Token) * - Rate limiting to respect Bitbucket API limits * - Comprehensive error handling and retry logic * - Modular tool architecture for maintainability * - Full workspace, repository, branch, and pull request management * */ export {}; //# sourceMappingURL=index.d.ts.map