Skip to main content
Glama
run-tests.sh1.1 kB
#!/bin/bash # Claude Vision MCP Server - Test Runner # This script runs all three capability tests echo "═══════════════════════════════════════════════════════════════" echo " 🧪 Claude Vision MCP Server - Test Runner" echo "═══════════════════════════════════════════════════════════════" echo "" # Check for API key if [ -z "$ANTHROPIC_API_KEY" ]; then echo "❌ ERROR: ANTHROPIC_API_KEY environment variable not set" echo "" echo "Please set your API key:" echo " export ANTHROPIC_API_KEY='sk-ant-your-key-here'" echo "" echo "Or create a .env file with:" echo " ANTHROPIC_API_KEY=sk-ant-your-key-here" echo "" exit 1 fi echo "✓ API Key detected" echo "✓ Running tests..." echo "" # Compile TypeScript test file echo "📦 Compiling test script..." npx tsx test-server.ts echo "" echo "✅ Tests complete!"

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/huuthangntk/claude-vision-mcp-server'

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