Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013
deploy-docusaurus.yml2.28 kB
name: Deploy Docusaurus to GitHub Pages on: push: branches: - main paths: - 'docs/**' - '.github/workflows/deploy-docusaurus.yml' pull_request: branches: - main paths: - 'docs/**' workflow_dispatch: permissions: contents: read pages: write id-token: write concurrency: group: 'pages-${{ github.ref }}' cancel-in-progress: false jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v5 with: fetch-depth: 0 # Full history for git info - name: Setup Node.js uses: actions/setup-node@v5 with: node-version: '20' cache: 'npm' cache-dependency-path: | package-lock.json docs/package-lock.json - name: Setup Pages uses: actions/configure-pages@v5 - name: Install root dependencies run: npm ci - name: Generate TypeDoc API documentation run: npm run docs:generate - name: Install docs dependencies run: npm ci working-directory: docs - name: Build Docusaurus run: npm run build working-directory: docs env: NODE_ENV: production - name: Verify build output run: | if [ ! -d "build" ]; then echo "❌ Build directory not found!" exit 1 fi if [ ! -f "build/index.html" ]; then echo "❌ index.html not found in build!" exit 1 fi echo "✅ Build verification successful" echo "📊 Build size: $(du -sh build | cut -f1)" working-directory: docs - name: Upload artifact uses: actions/upload-pages-artifact@v4 with: path: docs/build deploy: if: github.ref == 'refs/heads/main' environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build steps: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 - name: Deployment summary run: | echo "🚀 Docusaurus deployed successfully!" echo "📍 URL: ${{ steps.deployment.outputs.page_url }}"

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/tosin2013/mcp-adr-analysis-server'

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