Skip to main content
Glama
test.yml919 B
name: Tests on: [push, pull_request] env: FORCE_COLOR: 2 jobs: run: name: Node ${{ matrix.node }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: node: [20] os: [ubuntu-latest, windows-latest] steps: - name: Clone repository uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - name: Install npm dependencies run: npm i - name: Run tests run: npm test # We test multiple Windows shells because of prior stdout buffering issues # filed against Grunt. https://github.com/joyent/node/issues/3584 - name: Run PowerShell tests run: "npm test # PowerShell" # Pass comment to PS for easier debugging shell: powershell if: startsWith(matrix.os, 'windows')

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/PancrePal-xiaoyibao/get-biji-dev-by-gemini3pro'

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