Skip to main content
Glama
tsdown.config.ts414 B
import { defineConfig } from "tsdown" const isProduction = process.env.NODE_ENV === "production" export default defineConfig({ entry: { index: "src/index.ts", bin: "src/bin.ts", }, format: ["cjs"], dts: true, sourcemap: isProduction, clean: true, target: "node16", outDir: "dist", platform: "node", treeshake: true, outExtensions: () => ({ js: ".js", dts: ".d.ts", }), })

Latest Blog Posts

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/jordanburke/reddit-mcp-server'

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