Skip to main content
Glama

mcp-garendesign

by lyw405
tsconfig.json835 B
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "allowJs": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "outDir": "./dist", "rootDir": "./", "resolveJsonModule": true, "isolatedModules": true, "noEmit": false, "baseUrl": "./", "paths": { "@/*": ["src/*"], "@/core/*": ["src/core/*"], "@/shared/*": ["src/shared/*"], "@/tools/*": ["src/tools/*"], "@/types/*": ["src/types/*"], "@/resources/*": ["src/resources/*"], "@/lib/*": ["lib/*"], "@/data/*": ["data/*"] } }, "include": ["src/**/*", "lib/**/*"], "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/lyw405/mcp-garendesign'

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