Skip to main content
Glama

Currents

Official
by currents-dev
test.yml618 B
name: Unit Tests on: push: branches: ["**"] pull_request: branches: ["**"] jobs: test: name: Run Unit Tests runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node.js 22.x uses: actions/setup-node@v4 with: node-version: 22.x cache: "npm" cache-dependency-path: mcp-server/package-lock.json - name: Install dependencies working-directory: ./mcp-server run: npm ci - name: Run tests working-directory: ./mcp-server run: npm run test:run

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/currents-dev/currents-mcp'

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