Skip to main content
Glama

Israel Statistics MCP

by reuvenaor
tsup.config.ts437 B
import { defineConfig } from "tsup" export default defineConfig({ clean: true, dts: true, entry: ["src/index.ts"], format: ["esm"], sourcemap: true, minify: true, target: "esnext", outDir: "dist", treeshake: true, // Add shebang for CLI entry point banner: { js: "#!/usr/bin/env node", }, // Ensure proper CommonJS handling platform: "node", // Don't bundle problematic dependencies external: [], })

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/reuvenaor/israel-statistics-mcp'

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