Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
test-backend.yml1.35 kB
name: Test backend on: push: paths-ignore: - "home/**" - "web/**" - ".github/**" - ".vscode/**" - "*.md" - "docker/**" - "docker-compose.yml" - "fly.toml" - "renovate.json" - "*.yml" - "*.yaml" - ".nvmrc" - ".vercelignore" - "Taskfile.yml" jobs: backend-test: runs-on: ubuntu-latest services: postgres: image: postgres:latest env: POSTGRES_USER: default POSTGRES_PASSWORD: default POSTGRES_INITDB_ARGS: "-c max_connections=200" ports: - 5432:5432 options: >- --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 env: DATABASE_URL: "postgresql://default:default@localhost:5432/postgres?sslmode=disable" steps: - uses: actions/checkout@v5 - uses: actions/setup-go@v6 with: go-version: "1.24" cache: true - uses: actions/cache@v4 with: path: | ~/.cache/go-build ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- - run: go build ./cmd/backend - run: go run ./cmd/migrate - run: go test -p 4 ./...

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/Southclaws/storyden'

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