Skip to main content
Glama

Dice Rolling MCP Server

by jimmcq
ci.yml1.38 kB
name: CI on: push: branches: [ master, main ] pull_request: branches: [ master, main ] jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [20.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'yarn' - name: Install dependencies run: yarn install --frozen-lockfile - name: Run linter run: yarn lint - name: Check formatting run: yarn format:check - name: Run tests with coverage run: yarn test:coverage - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 with: file: ./coverage/lcov.info flags: unittests name: codecov-umbrella - name: Build project run: yarn build - name: Test built executable run: node dist/index.js --help || echo "CLI executable test complete" security: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v4 with: node-version: '20.x' cache: 'yarn' - name: Install dependencies run: yarn install --frozen-lockfile - name: Run security audit run: yarn audit --level moderate

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/jimmcq/dice-rolling-mcp'

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