Skip to main content
Glama
ci.yml1.11 kB
name: CI on: push: branches: ["**"] pull_request: branches: [main] jobs: test: name: Test Python ${{ matrix.python-version }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install uv uses: astral-sh/setup-uv@v7 with: enable-cache: true - name: Install dependencies run: | uv sync --extra dev - name: Check formatting with ruff run: | uv run ruff format --check . - name: Lint with ruff run: | uv run ruff check . - name: Type check with pyright run: | uv run pyright src/ - name: Run tests with pytest run: | uv run pytest tests/ -v --cov=src/mcp_outline --cov-report=term env: OUTLINE_API_KEY: "dummy"

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/Vortiago/mcp-outline'

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