Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
PostgREST
Claim
Official
by
supabase-community
npm
GitHub
Databases
TypeScript
MIT License
300
75
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
packages
mcp-utils
packages/mcp-utils/src
packages/mcp-utils/package.json
packages/mcp-utils/README.md
packages/mcp-utils/tsconfig.json
packages/mcp-utils/tsup.config.ts
import { defineConfig } from 'tsup'; export default defineConfig([ { entry: ['src/index.ts'], format: ['cjs', 'esm'], outDir: 'dist', sourcemap: true, dts: true, minify: true, splitting: true, }, ]);