Skip to main content
Glama

mcp-k8s-go

test.yaml624 B
name: test run-name: Running tests on: push: branches: [main] workflow_dispatch: workflow_call: pull_request: jobs: run-tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: go-version: '1.24' # Install kubectl - run: 'curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"' # Install k3d - run: 'curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash' # Run tests - run: go test -v ./...

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/strowk/mcp-k8s-go'

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