We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kylejeong2/twitter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* @type {import('esbuild').BuildOptions}
*/
export default {
esbuild: {
// Mark playwright-core as external to prevent bundling
// This avoids the relative path resolution issue in Docker
external: [
"playwright-core",
"pino",
"pino-pretty",
"thread-stream"
],
},
};