Skip to main content
Glama
viowb

MCP Server Tools

by viowb
cypress.yml798 B
name: Cypress E2E Tests on: push: branches: [ main ] pull_request: branches: [ main ] jobs: e2e: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '18' - name: Cache node modules uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - name: Install dependencies run: npm ci - name: Verify Cypress run: npx cypress verify - name: Run Cypress (mentorship spec) run: npx cypress run --spec "cypress/e2e/mentorship.cy.js"

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/viowb/MCP'

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