Skip to main content
Glama

WarpGBM MCP Service

test_local.shβ€’405 B
#!/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