Skip to main content
Glama
darbotlabs

Darbot Deepmind MCP Server

by darbotlabs
tsconfig.json1.1 kB
{ "compilerOptions": { "target": "ES2022", "module": "CommonJS", "moduleResolution": "Node", "lib": ["ES2022"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "declaration": true, "declarationMap": true, "sourceMap": true, "removeComments": false, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitThis": true, "alwaysStrict": true, "exactOptionalPropertyTypes": false, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": false, "noUncheckedIndexedAccess": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "isolatedModules": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist", "coverage", "**/*.test.ts", "**/*.spec.ts" ] }

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/darbotlabs/Darbot-Deepmind-MCP'

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