#!/bin/bash
echo "๐งช MCP Tools Test Suite Runner"
echo "=============================="
echo ""
# Check if required environment variables are set
if [ -z "$DATABASE_URL" ]; then
echo "โ ERROR: DATABASE_URL environment variable not set"
exit 1
fi
echo "๐ Test Configuration:"
echo " Database: Connected"
echo " Payment Mode: Testing with free tier"
echo " ATXP Wallet: ${PAYMENT_DESTINATION:-'Not set (testing mode)'}"
echo ""
# Run the comprehensive test suite
echo "๐ Starting comprehensive MCP tool tests..."
echo ""
tsx test-mcp-tools.js
echo ""
echo "โ Test suite completed!"
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/oregpt/moluabi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server