Skip to main content
Glama

Water Bar Email MCP Server

by DRBATA
tsup.config.ts385 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/index.ts'], format: ['esm'], dts: false, sourcemap: false, clean: true, shims: true, splitting: false, bundle: true, external: [ '@modelcontextprotocol/sdk', 'resend' ], esbuildOptions(options) { options.jsx = 'automatic'; options.jsxImportSource = 'react'; } });

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/DRBATA/case-file-hydration'

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