Skip to main content
Glama
dumyCq

Jinko Hotel Booking MCP Server

by dumyCq
main.yml1.3 kB
on: push: branches: - main pull_request: release: types: [published] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Setup node uses: actions/setup-node@v4 with: node-version: 22 cache: npm - name: Install dependencies run: npm install --no-package-lock - name: Build run: npm run build publish: runs-on: ubuntu-latest if: github.event_name == 'release' environment: release needs: build permissions: contents: read id-token: write steps: - name: Checkout uses: actions/checkout@v4 - name: Setup node uses: actions/setup-node@v4 with: node-version: 22 cache: npm - name: Update version run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version - name: Install dependencies run: npm install --no-package-lock - name: Build run: npm run build - name: Publish run: npm publish --access public --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Latest Blog Posts

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/dumyCq/jinko-mcp'

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