Skip to main content
Glama
hablapro

Google Search Console MCP Server

by hablapro
test.yml838 B
name: Tests on: push: branches: [main] pull_request: branches: [main] jobs: test: runs-on: ubuntu-latest defaults: run: working-directory: gsc-mcp-cloud steps: - name: Checkout repository uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20' cache: 'npm' cache-dependency-path: gsc-mcp-cloud/package-lock.json - name: Install dependencies run: npm ci - name: Run tests run: npm test - name: Run tests with coverage run: npm run test:coverage - name: Upload coverage report uses: actions/upload-artifact@v4 with: name: coverage-report path: gsc-mcp-cloud/coverage/ retention-days: 7

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/hablapro/mcp-gsc'

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