Skip to main content
Glama

Draw Things MCP

by jaokuohsuan
rollup.config.mjs628 B
import { nodeResolve } from '@rollup/plugin-node-resolve'; export default { input: 'dist-temp/index.js', // SWC translated entry file output: { file: 'dist/index.js', format: 'es', // keep ES Module format sourcemap: false, }, external: [ // external dependencies, not packaged into the final file /@modelcontextprotocol\/.*/, 'axios', 'zod', 'path', 'fs', 'os', 'url', 'util', 'node:fs', 'node:path', 'node:os', 'node:url', 'node:util' ], plugins: [ nodeResolve({ exportConditions: ['node'], preferBuiltins: true, }), ] };

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/jaokuohsuan/draw-things-mcp-cursor'

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