CallMyBot Domoticz
ai.smithery/callmybot-domoticz
Documentation
Installation
Use the Smithery remote endpoint https://server.smithery.ai/@callmybot/domoticz/mcp.
The inspected repository also documents local development with:
npm run devnpm run build
Configuration
The reviewed source declares these required config fields in src/index.ts:
baseURLusernamepassword
The scaffold server listens on process.env.PORT || 3000, so PORT overrides the default local port.
Capabilities
The inspected source registers:
- a
hellotool - a
history://hello-worldresource - a
greetprompt
Limitations
The inspected repository is a Smithery scaffold, so the reviewed code is generic template code rather than Domoticz-specific logic.
