Skip to main content
Glama
test.yml676 B
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json name: tests on: [pull_request, push] env: FORCE_COLOR: 1 jobs: test: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest] node: ['lts/*'] steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f #v6.1.0 with: node-version: ${{ matrix.node }} - run: npm i - run: npm test --color=always env: SOCKET_API_KEY: ${{ secrets.SOCKET_API_KEY }}

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/SocketDev/socket-mcp'

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