Skip to main content
Glama

GOAT MCP Server

tsup.config.ts730 B
import { defineConfig } from "tsup"; import type { Options } from "tsup"; declare const process: { env: { NODE_ENV: string; }; }; export const treeShakableConfig: Options = { splitting: true, clean: true, format: ["esm", "cjs"], bundle: true, skipNodeModulesBundle: true, watch: false, shims: true, entry: ["src/**/*.(ts|tsx)", "!src/**/*.test.(ts|tsx)"], outDir: "dist", dts: true, minify: process.env.NODE_ENV === "production", sourcemap: process.env.NODE_ENV !== "production", // onSuccess: "tsc --emitDeclarationOnly --declaration --declarationMap --outDir dist && tsc-alias --outDir dist", }; export default defineConfig({ ...treeShakableConfig, });

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/cryptoleek-team/goat-mcp'

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