Skip to main content
Glama

MoluAbi MCP Server

by oregpt
run-tests.shโ€ข611 B
#!/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