Skip to main content
Glama

macuse

by macuse-app
tsup.config.ts544 B
import { readFileSync } from "node:fs"; import { defineConfig } from "tsup"; const packageJson = JSON.parse(readFileSync("./package.json", "utf8")); export default defineConfig({ entry: ["src/index.ts"], format: ["esm"], target: "es2022", outDir: "build", clean: true, dts: true, sourcemap: true, noExternal: [/.*/], // Bundle all dependencies banner: { js: "import { createRequire } from 'module'; const require = createRequire(import.meta.url);", }, define: { __VERSION__: `"${packageJson.version}"`, }, });

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/macuse-app/macuse'

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