Skip to main content
Glama
smat-dev

Jinni: Bring Your Project Into Context

by smat-dev
test.yml872 B
# .github/workflows/test.yml name: Run Tests on: [push] # Trigger on push events to any branch jobs: build_and_test: runs-on: ${{ matrix.os }} strategy: fail-fast: false # Don't cancel other jobs if one fails matrix: os: [ubuntu-latest, windows-latest] python-version: ['3.11', '3.12', '3.x'] steps: - name: Checkout code uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install uv run: pip install uv - name: Create and activate virtual environment run: uv venv - name: Install dependencies run: uv pip install .[dev] - name: Run tests with pytest run: uv run pytest - name: Run jinni usage run: uv run -- jinni --usage

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/smat-dev/jinni'

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