Skip to main content
Glama
tsdown.config.ts354 B
import { getOptions, isExternal } from '@utils/tsdown-config'; import { defineConfig } from 'tsdown'; export default defineConfig( getOptions({ all: { external: (id: string) => { // Nuxt virtual modules that are resolved at runtime if (id.startsWith('#')) return true; return isExternal(id); }, }, }) );

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/aymericzip/intlayer'

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