Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
genai-azure-service-principal.yml970 B
name: az login with service principal permissions: contents: read on: workflow_dispatch: jobs: test: runs-on: ubuntu-latest steps: - name: Azure Login action uses: azure/login@v2 with: creds: ${{ secrets.AZURE_CREDENTIALS }} - uses: actions/checkout@v4 with: submodules: "recursive" fetch-depth: 0 - uses: actions/setup-node@v4 with: node-version: "22" cache: yarn - run: yarn install --frozen-lockfile - name: compile run: yarn compile:action - name: run script with azure deployment run: node packages/cli/built/genaiscript.cjs run poem --model azure:gpt-4-turbo --out-trace $GITHUB_STEP_SUMMARY env: AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }}

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