We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"angularCompilerOptions": {
"annotateForClosureCompiler": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "core.js",
"flatModuleId": "@public-ui/angular-v19",
"skipTemplateCodegen": true,
"fullTemplateTypeCheck": false,
"enableIvy": true
},
"compilerOptions": {
"alwaysStrict": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"declaration": true,
"declarationDir": "dist",
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"lib": ["dom", "es2017"],
"module": "ESNext",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": false,
"noUnusedParameters": true,
"outDir": "dist",
"pretty": true,
"removeComments": false,
"importHelpers": true,
"rootDir": "src",
"strictPropertyInitialization": false,
"target": "es2015",
"skipLibCheck": true
},
"files": ["src/index.ts"],
"exclude": ["node_modules", "dist"]
}