We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/startreedata/mcp-pinot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: Helm Lint
on:
push:
branches: [ main ]
paths:
- 'helm/**'
pull_request:
branches: [ main ]
paths:
- 'helm/**'
jobs:
lint-helm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: '3.12.0'
- name: Lint Helm Chart
run: |
helm lint ./helm/mcp-pinot