Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
ai-inference.yml852 B
name: issue ai inference on: workflow_dispatch: issue_comment: types: [created, edited] permissions: models: read issues: write concurrency: group: ai-inference-${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: ai: runs-on: ubuntu-latest steps: - id: inference uses: actions/ai-inference@v1 with: prompt: | You are a genius software engineer. Read the issue comment and respond: ${{ github.event.issue.body }} - name: use response file run: | echo "Response saved to: ${{ steps.inference.outputs.response-file }}" gh issue comment ${{ github.event.issue.number }} -F "${{ steps.inference.outputs.response-file }}"

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