setup_bitbucket
Configure Bitbucket credentials to enable pull request management through the MCP server, requiring workspace, username, and API token.
Instructions
Configure Bitbucket credentials for the MCP server.
Args: workspace: Bitbucket workspace slug (e.g., "myworkspace") username: Your Atlassian account email (e.g., "user@example.com") api_token: Atlassian API Token from https://id.atlassian.com/manage-profile/security/api-tokens
Returns: Success or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| username | Yes | ||
| api_token | Yes |