Skip to main content
Glama
build.sh599 B
#!/bin/bash # Exit on any error set -e echo "Building Discord MCP..." # Clean previous build echo "Cleaning dist directory..." rm -rf dist # Create dist directory mkdir -p dist # Compile TypeScript echo "Compiling TypeScript..." npx tsc # Copy other necessary files echo "Copying assets..." cp -r src/core dist/ cp -r src/utils dist/ # Copy package.json and other config files echo "Copying configuration files..." cp package.json dist/ cp README.md dist/ 2>/dev/null || echo "README.md not found" cp LICENSE dist/ 2>/dev/null || echo "LICENSE not found" echo "Build completed successfully!"

Latest Blog Posts

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/drvova/discord-mcp'

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