Skip to main content
Glama
ci.yml1.04 kB
name: CI on: push: branches: [main] pull_request: branches: [main] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '22' cache: 'npm' - name: Install dependencies run: npm ci - name: Type check run: npm run typecheck - name: Lint run: npm run lint - name: Build run: npm run build docker: runs-on: ubuntu-latest needs: build steps: - uses: actions/checkout@v4 - name: Build Docker image run: docker build -t openapi-mcp-ts:test . - name: Test Docker image run: | docker run -d --name test -p 8080:8080 openapi-mcp-ts:test \ --spec-url https://petstore3.swagger.io/api/v3/openapi.json \ --upstream-url https://petstore3.swagger.io/api/v3 sleep 5 curl -f http://localhost:8080/health docker stop test

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/procoders/openapi-mcp-ts'

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