Skip to main content
Glama

MkDocs MCP Search Server

esbuild.config.js772 B
const { build } = require('esbuild'); const esbuildPluginPino = require('esbuild-plugin-pino'); async function runBuild() { try { await build({ entryPoints: ['src/index.ts'], bundle: true, platform: 'node', target: 'node18', outdir: 'dist', sourcemap: true, minify: true, banner: { js: '#!/usr/bin/env node', }, plugins: [ esbuildPluginPino({ transports: [] // No transports needed, we're using direct file output }), ], // We're bundling everything for a standalone executable external: [], }); console.log('Build completed successfully!'); } catch (error) { console.error('Build failed:', error); process.exit(1); } } runBuild();

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/serverless-dna/mkdocs-mcp'

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