Skip to main content
Glama

doc-ops-mcp

by Tele-AI
release.yml1.34 kB
name: Release on: push: tags: - 'v*' jobs: release: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20.x' cache: 'npm' registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci - name: Run tests run: npm test - name: Build project run: npm run build - name: Generate changelog run: | npm install -g conventional-changelog-cli conventional-changelog -p angular -i CHANGELOG.md -s - name: Create GitHub Release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} body_path: CHANGELOG.md draft: false prerelease: false - name: Publish to npm run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Update Smithery uses: smithery-ai/update-server@v1 with: package-name: '@cablate/mcp-doc-forge' api-key: ${{ secrets.SMITHERY_API_KEY }}

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/Tele-AI/doc-ops-mcp'

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