Skip to main content
Glama
lirantal

NodeJS API Docs MCP Server

by lirantal
ci.yml1.21 kB
name: CI on: [push, pull_request] jobs: test: strategy: matrix: node: ["22.x"] platform: [ubuntu-latest] name: Node v${{matrix.node}} ((${{matrix.platform}})) runs-on: ${{matrix.platform}} steps: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: node-version: ${{matrix.node}} - name: install dependencies run: npm ci - name: lint code run: npm run lint - name: build project run: npm run build - name: run tests run: npm run test - name: coverage uses: codecov/codecov-action@v4 if: github.actor != 'dependabot[bot]' with: fail_ci_if_error: true verbose: false token: ${{ secrets.CODECOV_TOKEN }} env: CI: true release-preview: runs-on: ubuntu-latest needs: test steps: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: node-version: "22.x" - name: install dependencies run: npm ci - name: build project run: npm run build - name: release preview with pkr-pr-new run: npx pkg-pr-new publish

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/lirantal/mcp-server-nodejs-api-docs'

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