Skip to main content
Glama
pyproject.toml1.34 kB
[project] name = "mcp-server-bitbucket" version = "0.10.0" description = "MCP server for Bitbucket API operations" readme = "README.md" requires-python = ">=3.11" authors = [{name = "Javier Aguilar"}] keywords = ["mcp", "bitbucket", "api", "claude", "ai"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "mcp>=1.23.1", "httpx>=0.27", "fastapi>=0.115", "uvicorn>=0.32", "pydantic>=2.0", "pydantic-settings>=2.0", "toon-llm>=1.0.0b6", ] [project.urls] Homepage = "https://github.com/JaviMaligno/mcp-server-bitbucket" Documentation = "https://github.com/JaviMaligno/mcp-server-bitbucket#readme" "Bug Tracker" = "https://github.com/JaviMaligno/mcp-server-bitbucket/issues" Repository = "https://github.com/JaviMaligno/mcp-server-bitbucket" [project.scripts] mcp-server-bitbucket = "src.server:main" [dependency-groups] dev = [ "pytest>=8.0", "pytest-cov>=4.1", "pytest-mock>=3.12", "respx>=0.21", ] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src"]

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/JaviMaligno/mcp-server-bitbucket'

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