Skip to main content
Glama
srthkdev

DBeaver MCP Server

by srthkdev
build.shβ€’1.1 kB
#!/bin/bash # DBeaver MCP Server Build Script # Enhanced version with production features set -e echo "πŸ”¨ Building DBeaver MCP Server v1.1.0..." # Clean previous build echo "πŸ“ Cleaning previous build..." npm run clean # Install dependencies echo "πŸ“¦ Installing dependencies..." npm install # Build TypeScript echo "πŸ”§ Compiling TypeScript..." npm run build # Set executable permissions echo "⚑ Setting executable permissions..." chmod +x dist/index.js # Verify build echo "βœ… Verifying build..." if [ -f "dist/index.js" ]; then echo "βœ… Build successful!" echo "πŸ“Š Build statistics:" echo " - Main executable: dist/index.js" echo " - Size: $(du -h dist/index.js | cut -f1)" echo " - Files generated: $(find dist -name "*.js" | wc -l) JavaScript files" echo "" echo "πŸš€ Ready for deployment!" echo " - Global install: npm install -g ." echo " - Local link: npm link" echo " - Direct run: node dist/index.js" else echo "❌ Build failed - dist/index.js not found" exit 1 fi 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/srthkdev/dbeaver-mcp-server'

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