export default {
esbuild: {
// Mark packages with native dependencies as external
external: [
// MCP SDK and related packages should be bundled
// Add any problematic packages here if build fails
],
// Enable minification for production
minify: true,
// Set Node.js target version
target: "node18",
// Bundle format
format: "esm",
// Include source maps for debugging
sourcemap: true,
// Platform-specific optimizations
platform: "node"
}
}
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/sosacrazy126/greptile-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server