The user wants a short "About" HTML snippet for an MCP called "MCP Bitbucket Python 🦊". I need to write it in Chinese, as a shopping guide editor style, describing what it can connect to and whether keys are needed.
Key points to cover:
- It's an MCP for Bitbucket
- Can query code, open branches, review PRs
- AI-automated repository management
- Whether it needs API keys/credentials (Bitbucket typically needs username + app password, or OAuth token)
Let me write a concise HTML snippet using only safe tags.
For Bitbucket, you'd typically need credentials - either:
- Username + App Password
- Or OAuth tokens
I should mention that users need to provide their own Bitbucket credentials (username and app password/API token) for it to work.
Let me draft:
```html
关于 MCP Bitbucket Python 🦊
这是一款面向 Bitbucket 仓库的 MCP 服务,能让你的 AI 助手直接读代码、建分支、审 PR,把日常仓库操作变成"聊着就完成"的体验。
它能做什么
- 浏览仓库文件、搜索代码片段、查看提交历史
- 创建/合并分支、提交 PR、参与代码评审
- 跟踪 Issue 与 Pipeline 运行状态
使用前需要准备什么
需要你自己提供 Bitbucket 账号凭据(用户名 + App Password 或 API Token),由你自行保管,MCP 不内置默认密钥。
```
That's good. Let me refine and make sure it's clean.
关于 MCP Bitbucket Python 🦊
这是一款面向 Bitbucket 仓库的 MCP 服务,能让你的 AI 助手直接"聊着"完成查代码、建分支、审 PR 等操作,把日常仓库管理交给对话流程。
它能做什么
- 浏览仓库文件、搜索代码片段、查看提交与差异
- 新建/合并分支、提交与评审 Pull Request
- 追踪 Issue 状态、查看 Pipeline / Pipeline 运行结果
使用前需要准备什么
需要你自己提供 Bitbucket 凭据(用户名 + App Password 或 API Token),由你自行保管,本服务不内置默认密钥。Bitbucket Server / Data Center 用户还需填写实例地址。