Skip to main content
Glama
test.yml527 B
name: Test on: push: pull_request: jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: 22 # Use current LTS version cache: 'npm' - name: Install dependencies run: npm install - name: Build project run: npm run build - name: Run tests run: npm test -- --testMatch="<rootDir>/src/__tests__/**/*.test.ts"

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/antonzherdev/mcp-web-inspector'

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