Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
31
  • Apple
action.yml644 B
name: Changed Files description: Determine modified files outputs: all_changed_files: description: 'All the changed files' value: ${{ steps.changed_files.outputs.all_changed_files }} runs: using: composite steps: - name: Retrieve changed files id: changed_files uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 - name: List affected files if: ${{ steps.changed_files.outputs.all_changed_files != '' }} run: | echo "Affected files:" for file in ${{ steps.changed_files.outputs.all_changed_files }}; do echo "- ${file}" done shell: bash

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/panther-labs/mcp-panther'

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