Skip to main content
Glama

Gyazo MCP Server

by nota
publish_npm_package.yaml906 B
name: publish_npm_package on: push: branches: - main tags: ['v*'] jobs: publish: name: 'Publish npm package' runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: tag_name: 'v%s' node-version: '22.x' registry-url: 'https://registry.npmjs.org' scope: '@notainc' - run: npm ci - run: npm run lint - run: npm run build - run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create release on GitHub if: startsWith(github.ref, 'refs/tags/') env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | tag="${GITHUB_REF#refs/tags/}" gh release create "$tag" \ --title="Release $tag" \ --draft \ --generate-notes

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/nota/gyazo-mcp-server'

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