Skip to main content
Glama

MCP Goodnews

Apache 2.0
42
  • Linux
  • Apple
lint.yml676 B
name: Linting on: push: branches: - main pull_request: types: - opened - synchronize jobs: lint: runs-on: ubuntu-latest steps: - name: get code uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v5 with: # Install a specific version of uv. version: "0.5.21" enable-cache: true - name: "Set up Python" uses: actions/setup-python@v5 with: python-version: "3.12" - name: Install the project run: uv sync --all-extras --dev - name: Run linter and formatter run: | uv run make lint

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/VectorInstitute/mcp-goodnews'

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