Skip to main content
Glama
bitbucket-pipelines.yml1.84 kB
image: python:3.12 definitions: caches: uv: ~/.cache/uv pipelines: default: - step: name: Lint & Test caches: - uv script: - curl -LsSf https://astral.sh/uv/install.sh | sh - source $HOME/.local/bin/env - uv sync --dev - uv run pytest -v --cov=src --cov-report=term-missing pull-requests: '**': - step: name: Lint & Test caches: - uv script: - curl -LsSf https://astral.sh/uv/install.sh | sh - source $HOME/.local/bin/env - uv sync --dev - uv run pytest -v --cov=src --cov-report=term-missing branches: main: - step: name: Test caches: - uv script: - curl -LsSf https://astral.sh/uv/install.sh | sh - source $HOME/.local/bin/env - uv sync --dev - uv run pytest -v --cov=src --cov-report=term-missing - step: name: Build Package caches: - uv script: - curl -LsSf https://astral.sh/uv/install.sh | sh - source $HOME/.local/bin/env - uv build artifacts: - dist/** tags: v*: - step: name: Test caches: - uv script: - curl -LsSf https://astral.sh/uv/install.sh | sh - source $HOME/.local/bin/env - uv sync --dev - uv run pytest -v - step: name: Build & Publish to PyPI caches: - uv deployment: production script: - curl -LsSf https://astral.sh/uv/install.sh | sh - source $HOME/.local/bin/env - uv build - uv publish --token $PYPI_TOKEN

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