Skip to main content
Glama

dev-kit-mcp-server

ci.yml642 B
name: CI on: pull_request: paths: - 'my_pkg/**' # todo: change to your package name - 'tests/**' - '.github/workflows/ci.yml' - 'pyproject.toml' - 'uv.lock' workflow_dispatch: jobs: tests: runs-on: ${{ matrix.os }} strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] python-version: [ '3.10', '3.11', '3.12', '3.13' ] steps: - uses: actions/checkout@v5 - uses: astral-sh/setup-uv@v7 with: enable-cache: true - run: uv python install ${{ matrix.python-version }} - run: make test continue-on-error: true

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/DanielAvdar/dev-kit-mcp-server'

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