Skip to main content
Glama

ioBroker MCP Server

Official
by ioBroker
tsconfig.json1.52 kB
// Root tsconfig to set the settings and power editor support for all TS files { "compileOnSave": true, "compilerOptions": { // do not compile anything; this file is just to configure type checking // the compilation is configured in tsconfig.build.json "noEmit": true, // check JS files, but do not compile them => tsconfig.build.json "allowJs": true, "checkJs": true, "skipLibCheck": true, // Don't report errors in 3rd party definitions "noEmitOnError": true, "outDir": "./dist", "removeComments": false, "module": "Node16", "moduleResolution": "node16", "esModuleInterop": true, // this is necessary for the automatic typing of the adapter config "resolveJsonModule": true, // Set this to false if you want to disable the very strict rules (not recommended) "strict": true, // Or enable some of those features for more fine-grained control // "strictNullChecks": true, // "strictPropertyInitialization": true, // "strictBindCallApply": true, // "noImplicitAny": true, // "noUnusedLocals": true, // "noUnusedParameters": true, // Consider targeting es2019 or higher if you only support Node.js 12+ "target": "es2022", "sourceMap": true, "inlineSourceMap": false, "useUnknownInCatchVariables": false, "types": ["@iobroker/types"] }, "include": ["src/**/*.ts"] }

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/ioBroker/ioBroker.mcp'

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