Skip to main content
Glama

tl;dv MCP for Zoom, Google Meet and MS Teams

Official
by tldv-public
build.js626 B
#!/usr/bin/env node const { build } = require('esbuild'); async function bundle() { try { await build({ entryPoints: ['src/index.ts'], bundle: true, platform: 'node', target: 'node22', outfile: 'dist/index.js', sourcemap: true, minify: true, format: 'cjs', banner: { js: '#!/usr/bin/env node', }, // No external packages, include everything in the bundle external: [], }); console.log('Bundle complete! Output: dist/index.js'); } catch (error) { console.error('Bundle failed:', error); process.exit(1); } } bundle();

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/tldv-public/tldv-mcp-server'

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