#!/bin/bash
# Welcome message
echo "🚀 Setting up MCP Confirm development environment..."
# Install dependencies
echo "📦 Installing npm dependencies..."
npm install
# Build the project
echo "🔨 Building the project..."
npm run build
# Create necessary directories
echo "📁 Creating necessary directories..."
mkdir -p .mcp-data
echo "✅ Setup complete! You can now:"
echo " - Run 'npm run dev' to start development"
echo " - Run 'npm run build' to build the project"
echo " - Run 'npm start' to run the built project"
echo " - Run 'npm run lint' to check code quality"
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/mako10k/mcp-confirm'
If you have feedback or need assistance with the MCP directory API, please join our Discord server