Skip to main content
Glama

Georgia Tech MCP Server

by wondermuttt
pre_deploy_tests.sh847 B
#!/bin/bash # Pre-deployment test script # Runs all unit tests before deployment echo "==================================================" echo "PRE-DEPLOYMENT TESTS" echo "==================================================" echo "Date: $(date)" echo "Running unit tests..." echo "" # Run unit tests ./test_suite.py --pre-deploy EXIT_CODE=$? if [ $EXIT_CODE -eq 0 ]; then echo "" echo "==================================================" echo "✅ PRE-DEPLOYMENT TESTS PASSED" echo "==================================================" echo "Ready for deployment!" else echo "" echo "==================================================" echo "❌ PRE-DEPLOYMENT TESTS FAILED" echo "==================================================" echo "Please fix failing tests before deployment!" fi exit $EXIT_CODE

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/wondermuttt/gtmcp'

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