Skip to main content
Glama

Markmap MCP Server

by jiushan-test
npm-publish.yml1.06 kB
name: Publish to NPM on: release: types: [published] jobs: publish-npm: runs-on: ubuntu-latest permissions: contents: read id-token: write steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: 20 registry-url: https://registry.npmjs.org/ cache: "npm" - name: Install dependencies run: npm ci - name: Run tests run: npm test - name: Build package run: npm run build - name: Check package version matches release run: | PKG_VERSION=$(node -p "require('./package.json').version") GITHUB_REF_VERSION=${GITHUB_REF#refs/tags/v} if [ "$PKG_VERSION" != "$GITHUB_REF_VERSION" ]; then echo "::error::Package version ($PKG_VERSION) does not match release tag ($GITHUB_REF_VERSION)" exit 1 fi - name: Publish to NPM run: npm publish --provenance --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/jiushan-test/markmap-mcp'

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