Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
build.yml1.43 kB
name: build permissions: contents: read models: read on: push: branches: [main, dev] pull_request: workflow_dispatch: jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [22, 23, 24] steps: - uses: actions/checkout@v4 with: submodules: "recursive" fetch-depth: 10 - uses: actions/setup-node@v4 with: node-version: "${{ matrix.node-version }}" cache: yarn - run: sudo apt-get update && sudo apt-get install ffmpeg - run: yarn install --frozen-lockfile --prefer-offline - name: compile run: yarn compile:action - name: lint run: yarn lint - name: package vscode run: yarn package - name: compile system scripts run: yarn test:system - name: compile tests run: yarn test:compile - name: core tests run: yarn test:core - name: unit tests run: yarn test:samples - name: unit test:modulesamples run: yarn test:modulesamples - name: github models run: yarn genai poem -p github env: GITHUB_TOKEN: ${{ secrets.GITHUB_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/microsoft/genaiscript'

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