[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"]