Skip to main content
Glama
mod.rs545 B
// Shared test utilities use bitbucket_mcp::common::bitbucket::BitbucketClient; use reqwest::Client; /// Helper to create a BitbucketClient for unit tests with custom base_url pub fn make_client(base_url: &str) -> BitbucketClient { let base_url = if base_url.ends_with("/2.0") { base_url.to_string() } else { format!("{}/2.0", base_url) }; BitbucketClient { api_username: "testuser".to_string(), app_password: "testpass".to_string(), client: Client::new(), base_url, } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ibrahimogod/bitbucket-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server