Skip to main content
Glama
chry8822

MCP Server Starter (TypeScript)

by chry8822
ci.yml1.37 kB
name: CI on: pull_request: branches: [ main ] push: branches: [ main ] jobs: lint-typecheck-build: name: Lint, Type Check & Build runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: 23.x cache: 'npm' - name: Install dependencies run: npm ci - name: Run ESLint run: npm run lint - name: Run TypeScript type check run: npm run typecheck - name: Run Knip (check for unused exports) run: npm run knip - name: Build project run: npm run build - name: Check build output run: | echo "Checking if build was successful..." ls -la build/ test -f build/index.js test: name: Run Tests runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: 23.x cache: 'npm' - name: Install dependencies run: npm ci - name: Build project run: npm run build - name: Run tests run: npm 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/chry8822/workout-MCP'

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