Skip to main content
Glama
deploy.js680 B
#!/usr/bin/env node const { execSync } = require('child_process'); const path = require('path'); console.log('🚀 Deploying Malaysia Open Data MCP to Smithery...'); try { // Build the project first console.log('📦 Building the project...'); execSync('cmd.exe /c npm run build', { stdio: 'inherit', cwd: path.join(__dirname, '..') }); // Deploy to Smithery console.log('🚀 Deploying to Smithery...'); execSync('cmd.exe /c npx @smithery/cli deploy', { stdio: 'inherit', cwd: path.join(__dirname, '..') }); console.log('✅ Deployment completed successfully!'); } catch (error) { console.error('❌ Deployment failed:', error.message); process.exit(1); }

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/hithereiamaliff/mcp-datagovmy'

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