Skip to main content
Glama

Draw Things MCP

by jaokuohsuan
tsconfig.json706 B
{ "compilerOptions": { "target": "ES2018", "module": "nodenext", "moduleResolution": "nodenext", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "outDir": "dist", "sourceMap": false, "rootDir": "src", "declaration": false, "resolveJsonModule": true, "lib": ["ES2018"], "types": ["node", "jsdom"], "moduleSuffixes": ["js", "ts"], "baseUrl": ".", "paths": { "@/*": ["src/*"] }, "preserveSymlinks": true, "allowJs": true, "removeComments": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }

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