{
"type": "object",
"required": [
"hassToken"
],
"properties": {
"port": {
"type": "number",
"default": 4000,
"description": "The port on which the MCP server will run."
},
"hassToken": {
"type": "string",
"description": "The token for connecting to Home Assistant API."
}
}
}