Skip to main content
Glama

Scout Monitoring MCP

Official
by scoutapp
wizard-test.yml1.13 kB
name: Wizard Tests on: push: branches: - main paths: - 'wizard/**' pull_request: branches: - main paths: - 'wizard/**' jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [18, 20, 22, 24] steps: - name: Checkout repository uses: actions/checkout@v5 - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' cache-dependency-path: wizard/package-lock.json - name: Install dependencies run: npm ci working-directory: wizard - name: Validate version run: | npm install semver && node -e ' const semver = require("semver"); const pkg = require("./wizard/package.json"); if (!semver.valid(pkg.version)) { console.error("Invalid package version:", pkg.version); process.exit(1); } ' - name: Run tests run: npm test working-directory: wizard

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/scoutapp/scout-mcp-local'

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