Skip to main content
Glama

Minimalist Knowledge Base MCP

by cmwen
publish.yml1.22 kB
name: Publish Package on: push: tags: - 'v*.*.*' release: types: [created] jobs: publish: runs-on: ubuntu-latest permissions: contents: read packages: write steps: - uses: actions/checkout@v4 - name: Setup pnpm uses: pnpm/action-setup@v4 with: version: 10.14.0 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '18.x' registry-url: 'https://registry.npmjs.org/' cache: 'pnpm' - name: Install dependencies run: pnpm install --frozen-lockfile - name: Build run: pnpm run build - name: Verify package info run: | echo "Package: $(node -p "require('./package.json').name")" echo "Version: $(node -p "require('./package.json').version")" - name: Publish to npm # CI checkouts of tags often leave Git in a detached HEAD state; # pnpm's default git-checks will fail if publish-branch is set. # Use --no-git-checks when publishing from a tag in CI. run: pnpm publish --access public --no-git-checks 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/cmwen/min-kb-mcp'

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