Skip to main content
Glama
ci.yml841 B
name: CI on: pull_request: types: [opened, synchronize, reopened] jobs: build-and-test: runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v6 with: node-version: '20' cache: 'npm' - name: Install Dependencies run: npm ci - name: Build Project run: npm run build - name: Type Check run: npx tsc --noEmit - name: Verify Build Output run: | if [ ! -d "dist" ]; then echo "Error: dist directory not found" exit 1 fi if [ ! -f "dist/index.js" ]; then echo "Error: dist/index.js not found" exit 1 fi echo "Build verification passed"

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/MissionSquad/mcp-thorchain'

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