Skip to main content
Glama
tsdown.config.ts486 B
import { defineConfig } from "tsdown"; import { readFileSync } from "fs"; const pkg = JSON.parse(readFileSync("./package.json", "utf-8")); export default defineConfig({ entry: [ "src/index.ts", "src/server.ts", "src/provider.ts", "src/http.ts", ], format: ["esm", "cjs"], dts: true, clean: true, sourcemap: true, target: "node22", define: { __PACKAGE_VERSION__: JSON.stringify(pkg.version), __PACKAGE_NAME__: JSON.stringify(pkg.name), }, });

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/Use-Tusk/drift-mcp'

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