Skip to main content
Glama

WHOIS MCP Server

by dadepo
ci.yml1.42 kB
name: CI on: push: branches: [ main, develop ] pull_request: branches: [ main, develop ] jobs: lint-and-type-check: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.13"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install uv uses: astral-sh/setup-uv@v3 with: version: "latest" - name: Install dependencies run: | uv sync --all-extras --dev uv pip install -e . - name: Run Ruff format check run: | uv run ruff format --check . - name: Run Ruff lint run: | uv run ruff check . - name: Run Pyright type check run: | uv run pyright test: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.13"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install uv uses: astral-sh/setup-uv@v3 with: version: "latest" - name: Install dependencies run: | uv sync --all-extras --dev uv pip install -e . - name: Run tests run: | uv run pytest tests/ -v

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/dadepo/whois-mcp'

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