Skip to main content
Glama
publish.yml763 B
name: Publish to npm on: push: branches: - main paths-ignore: - '**.md' jobs: publish: runs-on: ubuntu-latest permissions: contents: read steps: - name: Checkout Repository uses: actions/checkout@v5 with: fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v6 with: node-version: '20' registry-url: 'https://registry.npmjs.org/' scope: '@missionsquad' cache: 'npm' - name: Install Dependencies run: npm ci - name: Build Project run: npm run build - name: Publish to npm run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

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/MissionSquad/mcp-thorchain'

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