Skip to main content
Glama

ESPN MCP Server

smithery.config.jsβ€’725 B
/** * Smithery Build Configuration * Customizes esbuild options for ESPN MCP Server deployment */ export default { esbuild: { // Mark external packages that shouldn't be bundled external: [ // Node.js built-ins are automatically external "express", "cors", "axios", "date-fns", "@modelcontextprotocol/sdk" ], // Enable minification for production minify: true, // Set Node.js target version (matches Dockerfile) target: "node20", // Optimize for speed and size treeShaking: true, // Keep function names for better debugging keepNames: true, // Source maps for debugging in production sourcemap: true } };

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/DynamicEndpoints/espn-mcp'

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