Skip to main content
Glama
156554395

Doubao Image/Video Generation MCP Server

by 156554395
release.yml1.01 kB
name: Publish Package on: release: # 发 GitHub Release 时自动触发 types: [published] jobs: publish: runs-on: ubuntu-latest permissions: # ← 1. 放到 job 里 contents: read id-token: write # ← 2. OIDC 必须 steps: - uses: actions/checkout@v4 - name: Setup pnpm uses: pnpm/action-setup@v4 with: version: 9 - uses: actions/setup-node@v4 with: node-version: '24' registry-url: 'https://registry.npmjs.org' cache: 'pnpm' - run: pnpm install --frozen-lockfile # - run: pnpm test - run: npm publish --provenance --access public notify: runs-on: ubuntu-latest needs: publish if: success() steps: - name: Echo success message run: | echo "✅ Successfully published claude-account-switcher to NPM!" echo "📦 Package is now available at: https://www.npmjs.com/package/claude-account-switcher"

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/156554395/doubao-image-video-mcp'

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