Skip to main content
Glama

NodeJS API Docs MCP Server

by lirantal
tsup.config.ts599 B
import { defineConfig } from 'tsup' export default defineConfig([ { entryPoints: ['src/main.ts', 'src/bin/cli.ts'], format: ['cjs', 'esm'], dts: true, minify: false, outDir: 'dist/', clean: true, sourcemap: false, bundle: true, splitting: false, outExtension (ctx) { return { dts: '.d.ts', js: ctx.format === 'cjs' ? '.cjs' : '.mjs', } }, treeshake: false, target: 'es2022', platform: 'node', tsconfig: './tsconfig.json', cjsInterop: true, keepNames: true, skipNodeModulesBundle: false, }, ])

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/lirantal/mcp-server-nodejs-api-docs'

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