Manual test mcp agent #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Manual test mcp agent | |
| on: | |
| workflow_dispatch: | |
| jobs: | |
| test-github: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Ask github agent about user | |
| uses: docker/cagent-action@v1.0.0 | |
| with: | |
| agent: agentcatalog/github | |
| prompt: "Who is the user jeanlaurent on github?" | |
| mcp-gateway: true |