#!/bin/bash
# TAK Server MCP Build and Test Script
echo "🔨 Building TAK Server MCP..."
# Clean previous build
rm -rf dist/
# Install dependencies
echo "📦 Installing dependencies..."
npm install
# Build TypeScript
echo "🏗️ Building TypeScript..."
npm run build
# Check if build succeeded
if [ $? -ne 0 ]; then
echo "❌ Build failed!"
exit 1
fi
echo "✅ Build successful!"
# Run basic test
echo "🧪 Running basic MCP test..."
npm run test:mcp
echo "🎉 Build and test 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/jfuginay/tak-server-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server