Skip to main content
Glama
docker-smoke.sh315 B
#!/bin/bash set -e if [ -z "$TEST_TAG" ]; then echo "TEST_TAG is not set" exit 1 fi # Get the directory of this script script_dir=$(dirname "$0") # Start the container, mount the smoke test and run it docker run -i -v $script_dir:/tests --entrypoint /bin/bash --env CI=true $TEST_TAG -c "/tests/smoke.py"

Latest Blog Posts

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/helixml/kodit'

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