Skip to main content
Glama
aliyun

Alibaba Cloud Supabase MCP Server

Official
by aliyun
tsup.config.ts706 B
// packages/mcp-server-supabase/tsup.config.ts import { defineConfig } from 'tsup'; export default defineConfig([ { entry: ['src/index.ts', 'src/transports/stdio.ts', 'src/platform/index.ts'], format: ['cjs', 'esm'], outDir: 'dist', sourcemap: true, dts: true, minify: true, // 建议在调试期间设为 false,更容易看懂打包后的代码 splitting: true, loader: { '.sql': 'text', }, // 移除 external,因为它没有生效 // external: ['querystring'], // --- 使用 banner 注入 require 的 shim --- banner: { js: `import { createRequire } from 'module'; const require = createRequire(import.meta.url);`, }, }, ]);

Latest Blog Posts

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/aliyun/alibabacloud-supabase-mcp-server'

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