Skip to main content
Glama
circleci-config.yml907 B
version: 2.1 orbs: node: circleci/node@5.0 jobs: build-and-test: docker: - image: cimg/node:20.0 steps: - checkout - node/install-packages: pkg-manager: npm - run: name: Run Linting command: npm run lint - run: name: Run Tests command: npm test - run: name: Build command: npm run build - persist_to_workspace: root: . paths: - dist deploy: docker: - image: cimg/base:stable steps: - attach_workspace: at: . - run: name: Deploy to Production command: echo "Deploy step goes here" workflows: version: 2 build-test-deploy: jobs: - build-and-test - deploy: requires: - build-and-test filters: branches: only: main

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/millsydotdev/Code-MCP'

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