Skip to main content
Glama

HomeAssistant MCP

{ "extends": "./tsconfig.json", "compilerOptions": { // Inherit base configuration, but override with more relaxed settings for tests "strict": false, "strictNullChecks": false, "strictFunctionTypes": false, "strictPropertyInitialization": false, "noImplicitAny": false, "noImplicitThis": false, // Additional relaxations for test files "allowUnreachableCode": true, "allowUnusedLabels": true, // Specific test-related compiler options "types": [ "bun-types", "@types/jest" ] }, "include": [ "__tests__/**/*" ] }

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/jango-blockchained/advanced-homeassistant-mcp'

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