Skip to main content
Glama

MCP API Server

by fikri2992
dependency-update.yml1.42 kB
name: Dependency Update on: schedule: # Run weekly on Mondays at 9 AM UTC - cron: '0 9 * * 1' workflow_dispatch: jobs: update-dependencies: name: Update Dependencies runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20.x' cache: 'npm' - name: Update dependencies run: | npm update npm audit fix --force || true - name: Build and test run: | npm run build npm run test - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update dependencies' title: 'chore: automated dependency update' body: | This PR updates project dependencies to their latest versions. ## Changes - Updated npm dependencies - Fixed security vulnerabilities (if any) ## Testing - [x] Build passes - [x] Tests pass - [x] CLI functionality verified This PR was created automatically by the dependency update workflow. branch: chore/dependency-update delete-branch: true

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/fikri2992/mcp0'

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