Skip to main content
Glama

Context Continuation MCP Server

by core3-coder
ci-simple.yml612 B
# .github/workflows/ci-simple.yml - Backup simple workflow name: CI-Simple on: workflow_dispatch: # Manual trigger for testing jobs: quick-test: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Use Node.js 20.x uses: actions/setup-node@v4 with: node-version: 20.x cache: 'npm' - name: Install dependencies run: npm ci - name: Build project run: npm run build - name: Run tests run: npm test - name: Test CLI run: node dist/cli.js --help

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/core3-coder/context-continue-mcp'

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