Skip to main content
Glama

Lighthouse MCP

release.yml2 kB
name: Release Please on: push: branches: - main # Manual trigger as backup workflow_dispatch: permissions: contents: write pull-requests: write issues: write jobs: release-please: runs-on: ubuntu-latest outputs: release_created: ${{ steps.release.outputs.release_created }} tag_name: ${{ steps.release.outputs.tag_name }} version: ${{ steps.release.outputs.version }} pr: ${{ steps.release.outputs.pr }} steps: - name: Run Release Please id: release uses: googleapis/release-please-action@v4 with: # GitHub token for creating PRs and releases token: ${{ secrets.GITHUB_TOKEN }} # Use manifest-based configuration (advanced setup) config-file: release-please-config.json manifest-file: .release-please-manifest.json - name: Show Release Info if: ${{ steps.release.outputs.release_created }} run: | echo "Release created: ${{ steps.release.outputs.release_created }}" echo "Tag: ${{ steps.release.outputs.tag_name }}" echo "Version: ${{ steps.release.outputs.version }}" echo "PR: ${{ steps.release.outputs.pr }}" publish: runs-on: ubuntu-latest needs: release-please if: ${{ needs.release-please.outputs.release_created }} steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: "22.x" cache: "npm" registry-url: "https://registry.npmjs.org" - name: Install dependencies run: npm ci - name: Run linting run: npm run lint - name: Run type checking run: npx tsc --noEmit - name: Run tests run: npm run test:run - name: Build project run: npm run build - name: Publish to NPM env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: npm publish

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/danielsogl/lighthouse-mcp-server'

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