#!/bin/bash
# Test the service locally
set -e
echo "π§ͺ Testing WarpGBM MCP Service locally..."
# Activate venv if it exists
if [ -d ".venv" ]; then
source .venv/bin/activate
fi
# Run tests
echo "Running pytest..."
pytest tests/ -v --tb=short
# Test health endpoint
echo ""
echo "Testing health endpoint..."
curl -s http://localhost:4000/healthz | jq .
echo ""
echo "β All tests passed!"
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/jefferythewind/warpgbm-mcp-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server