Skip to main content
Glama

MCP-ODOS

by IQAIcom
push.yml1.09 kB
name: Push checks on: [push] jobs: Checkout: runs-on: ubuntu-latest timeout-minutes: 15 steps: - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 1 - name: Set up Node.js uses: actions/setup-node@v4 with: node-version: 22.0.0 # Using a version compatible with pnpm - name: Setup pnpm uses: pnpm/action-setup@v4 with: version: 10.7.1 # Specify pnpm version, e.g., 9 - name: Get pnpm store directory shell: bash run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - name: Setup pnpm cache uses: actions/cache@v4 with: path: ${{ env.STORE_PATH }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-pnpm-store- - name: Install dependencies run: pnpm install --frozen-lockfile - name: Build project run: pnpm run build - name: Biome Lint Check run: pnpm run lint

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/IQAIcom/mcp-odos'

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