初始化提交
Some checks failed
CI / Check / macos-latest (push) Has been cancelled
CI / Check / ubuntu-latest (push) Has been cancelled
CI / Check / windows-latest (push) Has been cancelled
CI / Test / macos-latest (push) Has been cancelled
CI / Test / ubuntu-latest (push) Has been cancelled
CI / Test / windows-latest (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
CI / Secrets Scan (push) Has been cancelled
CI / Install Script Smoke Test (push) Has been cancelled
Some checks failed
CI / Check / macos-latest (push) Has been cancelled
CI / Check / ubuntu-latest (push) Has been cancelled
CI / Check / windows-latest (push) Has been cancelled
CI / Test / macos-latest (push) Has been cancelled
CI / Test / ubuntu-latest (push) Has been cancelled
CI / Test / windows-latest (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
CI / Secrets Scan (push) Has been cancelled
CI / Install Script Smoke Test (push) Has been cancelled
This commit is contained in:
35
crates/openfang-extensions/integrations/bitbucket.toml
Normal file
35
crates/openfang-extensions/integrations/bitbucket.toml
Normal file
@@ -0,0 +1,35 @@
|
||||
id = "bitbucket"
|
||||
name = "Bitbucket"
|
||||
description = "Access Bitbucket repositories, pull requests, and pipelines through the MCP server"
|
||||
category = "devtools"
|
||||
icon = "🪣"
|
||||
tags = ["git", "vcs", "code", "pull-requests", "ci", "atlassian"]
|
||||
|
||||
[transport]
|
||||
type = "stdio"
|
||||
command = "npx"
|
||||
args = ["@modelcontextprotocol/server-bitbucket"]
|
||||
|
||||
[[required_env]]
|
||||
name = "BITBUCKET_USERNAME"
|
||||
label = "Bitbucket Username"
|
||||
help = "Your Bitbucket Cloud username (not email)"
|
||||
is_secret = false
|
||||
get_url = "https://bitbucket.org/account/settings/"
|
||||
|
||||
[[required_env]]
|
||||
name = "BITBUCKET_APP_PASSWORD"
|
||||
label = "Bitbucket App Password"
|
||||
help = "An app password with repository and pull request permissions"
|
||||
is_secret = true
|
||||
get_url = "https://bitbucket.org/account/settings/app-passwords/"
|
||||
|
||||
[health_check]
|
||||
interval_secs = 60
|
||||
unhealthy_threshold = 3
|
||||
|
||||
setup_instructions = """
|
||||
1. Go to Bitbucket > Personal Settings > App passwords (https://bitbucket.org/account/settings/app-passwords/).
|
||||
2. Create an app password with 'Repositories: Read/Write' and 'Pull requests: Read/Write' permissions.
|
||||
3. Enter your Bitbucket username and paste the app password into the fields above.
|
||||
"""
|
||||
Reference in New Issue
Block a user