Skip to main content
Glama
feature.yaml702 B
name: Run Tests on: pull_request: branches: - main types: - opened - synchronize - reopened - ready_for_review jobs: test: runs-on: ubuntu-latest name: Test strategy: fail-fast: true matrix: node: - 22 steps: - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup NodeJS ${{ matrix.node }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - name: Install dependencies run: npm install - name: Run lint run: npm run lint - name: Run tests run: npm run test

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/Im-Hal-9K/Capacities-MCP-Plus'

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