Skip to main content
Glama
tsconfig.json920 B
{ "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "target": "ES2020", "useDefineForClassFields": true, "lib": [ "ES2020", "DOM", "DOM.Iterable" ], "module": "ESNext", "skipLibCheck": true, "moduleResolution": "node", "verbatimModuleSyntax": false, "moduleDetection": "force", "noEmit": false, "outDir": "./dist", "declaration": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "jsx": "react-jsx", "strict": false, "noUnusedLocals": false, "noUnusedParameters": false, "noFallthroughCasesInSwitch": false, "noUncheckedSideEffectImports": false, "forceConsistentCasingInFileNames": false, "baseUrl": "./", "paths": { "@/*": [ "./src/*" ] }, "types": [ "node" ] }, "include": [ "src", "api" ] }

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/xwang152-jack/wechat-official-account-mcp'

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