Skip to main content
Glama

DARPEngine

by DARPAI
.gitlab-ci.yml1.78 kB
stages: - test - build - deploy test-pre-commit: stage: test tags: - darp-group-shell-runner script: - source ~/miniconda3/bin/activate && pre-commit run --all-files test-migrations: stage: test tags: - darp-group-shell-runner script: - duplicates=`grep -h down_revision alembic/versions/*.py | sort | uniq -d` - echo "$duplicates" - test -z "$duplicates" clean-pre-commit: stage: test tags: - darp-group-shell-runner script: - source ~/miniconda3/bin/activate && pre-commit clean when: manual build: stage: build when: manual tags: - darp-group-shell-runner script: - source deploy/docker-version - docker compose --profile main build deploy-test: stage: deploy needs: ["build"] when: manual tags: - darp-group-shell-runner script: - DOCKER_NETWORK=highkey_network deploy/push-and-run "$TEST_DOCKER_HOST" deploy-memelabs: stage: deploy needs: ["build"] when: manual tags: - darp-group-shell-runner script: - DOCKER_NETWORK=highkey_network deploy/push-and-run "$MEMELABS_DOCKER_HOST" rules: - if: $CI_COMMIT_BRANCH == "main" deploy-prod: stage: deploy when: manual needs: ["build"] tags: - darp-group-shell-runner script: - DOCKER_NETWORK=highkey_network deploy/push-and-run "$PRODUCTION_DOCKER_HOST" rules: - if: $CI_COMMIT_BRANCH == "main" deploy-toci-test: stage: deploy when: manual needs: ["build"] tags: - darp-group-shell-runner script: - deploy/push-and-run "$TOCI_TEST_DOCKER_HOST" deploy-toci-prod: stage: deploy when: manual needs: ["build"] tags: - darp-group-shell-runner script: - deploy/push-and-run "$TOCI_PRODUCTION_DOCKER_HOST" rules: - if: $CI_COMMIT_BRANCH == "main"

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/DARPAI/darp_engine'

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