We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wolfe-Jam/claude-faf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
#!/bin/bash
echo "π FAF AUTO Championship Test"
echo "=============================="
echo ""
# Clean test environment
echo "β‘ Preparing test track..."
rm -f /Users/wolfejam/tshirt-demo/.faf
rm -f /Users/wolfejam/tshirt-demo/CLAUDE.md
echo "β
Clean slate ready"
echo ""
# Test faf_auto
echo "ποΈ Testing FAF AUTO on tshirt-demo..."
echo '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"faf_auto","arguments":{"directory":"/Users/wolfejam/tshirt-demo"}},"id":1}' | \
node /Users/wolfejam/FAF/claude-faf-mcp/dist/src/cli.js --transport stdio 2>/dev/null | \
head -1 | grep -q "105%" && echo "β
Big Orange achieved!" || echo "β Score check failed"
echo ""
echo "π Verifying created files..."
[ -f /Users/wolfejam/tshirt-demo/.faf ] && echo "β
.faf created" || echo "β .faf missing"
[ -f /Users/wolfejam/tshirt-demo/CLAUDE.md ] && echo "β
CLAUDE.md created" || echo "β CLAUDE.md missing"
echo ""
echo "π― Claude Desktop Test Instructions:"
echo "1. Restart Claude Desktop"
echo "2. Open new conversation"
echo "3. Type: faf_auto /Users/wolfejam/tshirt-demo"
echo "4. Watch the magic - ONE command does it all!"
echo ""
echo "Expected output:"
echo "- Directory scanned β‘"
echo "- Stack detected (React) π§"
echo "- .faf created with data π"
echo "- CLAUDE.md generated π"
echo "- Bi-sync activated βοΈ"
echo "- Score: π 105% Big Orange!"
echo ""
echo "No faffing about - just championship performance! π"